]> granicus.if.org Git - neomutt/commit
Revert "Fix truncation of long filenames in attachments."
authorKevin McCarthy <kevin@8t8.us>
Sat, 20 Apr 2019 22:43:59 +0000 (15:43 -0700)
committerRichard Russon <rich@flatcap.org>
Sun, 5 May 2019 00:00:38 +0000 (01:00 +0100)
commit8ca6d65de927618903269a89b5e478819f17f12f
tree0ebaedc0fce284085d24ab690b2ae451e1349a19
parent5335ba59bf251905413ca421de7016a3c4d66dcb
Revert "Fix truncation of long filenames in attachments."

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.

Co-authored-by: Richard Russon <rich@flatcap.org>
sendlib.c