X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=b2ebfe6d85b2eacda74f1b28ce8c72bd2521155b;hp=84394783ee3ef52c3a554777c78648d0ddf15c1a;hb=b8ca332a9752c9de52613a229d95eb7c4c15ac20;hpb=206776d8154cbf7793282c984afab547bf05cbbc diff --git a/ChangeLog b/ChangeLog index 8439478..b2ebfe6 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;