X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/206776d8154cbf7793282c984afab547bf05cbbc..8c1b8e55ba6269af3f6be282eeb7b5a19516315f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 84394783..b2ebfe6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2006-03-30 David Levine + + * uip/sendsbr.c: with attachformat values of 1 or 2, only + generate Content-Disposition headers for MIME attachments, not + for the message contents themselves. Microsoft Outlook Build + 10.0.6626, at least, doesn't show the message contents if they + have Content-Disposition. + +2006-03-09 Josh Bressers + + * sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the iconv descriptor + if it isn't valid. + +2006-03-08 Josh Bressers + + * (mh_strcasecmp): Rename the private strcasecmp function to + mh_strcasecmp. This keeps the newer gnu linker happy. + +2006-03-05 Oliver Kiddle + + * sbr/fmt_rfc2047.c: don't try to malloc 0 bytes if an RFC2047 + encoded block is empty + 2006-03-04 Peter Maydell * etc/Makefile.in: use INSTALL_SCRIPT to install scripts;