]> granicus.if.org Git - mutt/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)
committerKevin McCarthy <kevin@8t8.us>
Sat, 20 Apr 2019 22:43:59 +0000 (15:43 -0700)
commit4dcb3ba1a9c7bf1de44fa9d2efa8dd76638a1a1b
tree60ef64dd8a810a17a78a33d9f14d852bdfd1c6df
parent9865e90e62e3275c72efe87a7f95f898818fb23a
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.
sendlib.c