summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-05-11 22:16:17 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-05-11 22:16:17 +0000
commit4d38da02b4209aa4d086c0ba841670d9c33db90e (patch)
treee1663e7808d0a6eaf89dceefb5a166e18952156a /handler.c
parentbdb22f986786549d0c582e750c147f18a2668152 (diff)
Don't cut off the final part of ttachments with overlong lines.
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c3
1 files changed, 3 insertions, 0 deletions
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;