when the long line is the last one, and is not finished by a newline
character. This can, for instance, happen when you send out
macintosh-generated HTML files.
(And, apparently, we hit some boundary somewhere in the PGP code
with that - I had some truncated attachments today.)
{
if (was_cr)
info->binary = 1;
+ if (linelen > info->linemax)
+ info->linemax = linelen;
+
return;
}
s->dot = dot;
s->linelen = linelen;
s->was_cr = was_cr;
+
}
/* Define as 1 if iconv sometimes returns -1(EILSEQ) instead of transcribing. */