X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/931e88d1c3e9d1bc4bad3a230e50c97180daad9d..1e1fb5ef266efa509026583cfc08ff3e38cdcaf1:/docs/pending-release-notes?ds=inline diff --git a/docs/pending-release-notes b/docs/pending-release-notes index cb3f09d8..ffcfcc9f 100644 --- a/docs/pending-release-notes +++ b/docs/pending-release-notes @@ -56,7 +56,6 @@ NEW FEATURES filename parameters in Content-Type and Content-Disposition headers, respectively. - ----------------- OBSOLETE FEATURES ----------------- @@ -88,3 +87,7 @@ BUG FIXES scan(1), inc(1), and the other programs that rely on the format scanner. - The first character of some very short (less than 4 characters) message bodies is no longer dropped. +- mhfixmsg now adds a Content-Transfer-Encoding header at the message level, + if needed after decoding text parts. +- mhbuild now checks whether all text parts need a Content-Transfer-Encoding + header, not just those with a character set not specified.