From: Thomas Roessler Date: Fri, 11 May 2001 22:16:17 +0000 (+0000) Subject: Don't cut off the final part of ttachments with overlong lines. X-Git-Tag: mutt-1-3-19-rel~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d38da02b4209aa4d086c0ba841670d9c33db90e;p=mutt Don't cut off the final part of ttachments with overlong lines. --- diff --git a/handler.c b/handler.c index 5b50eda5..d818bd65 100644 --- a/handler.c +++ b/handler.c @@ -1002,7 +1002,10 @@ static void text_plain_flowed_handler (BODY *a, STATE *s) t[1] = '\0'; if (l) + { fseek (s->fpin, -l, SEEK_CUR); + bytes += l; + } } else full = 0;