]> granicus.if.org Git - mutt/commitdiff
Don't cut off the final part of ttachments with overlong lines.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 11 May 2001 22:16:17 +0000 (22:16 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 11 May 2001 22:16:17 +0000 (22:16 +0000)
handler.c

index 5b50eda548393aec0f4115077554c1028e8f5fef..d818bd650c3a066e041f747dae7ded57c66086b0 100644 (file)
--- 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;