This reverts commit
f476d0aecd6f88db5291427fced21a8e834ca181.
The commit allowed the generation of illegal length header lines. A
correct fix needs to implement parameter continuations.
I will work on that, but in case I don't get it in before 1.12,
preserve the hard truncation.
int mutt_write_mime_header (BODY *a, FILE *f)
{
PARAMETER *p;
- char buffer[HUGE_STRING];
+ char buffer[STRING];
char *t;
char *fn;
int len;