* uip/sendsbr.c: with attachformat values of 1 or 2, add
[mmh] / ChangeLog
index 2e6103c..9e33cb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2006-10-24  David Levine <levinedl@acm.org>
+
+       * uip/sendsbr.c: with attachformat values of 1 or 2, add
+       name= portion to Content-Type header.  This makes them
+       consistent with attachformat value 0.  And it allows mhstore
+       to use that (file)name when extracting attachments.
+
+2006-08-26  Josh Bressers <josh@bress.net>
+
+       * configure.in: If we're not using dotlocking, there is no need to set
+       inc sgid.
+
+2006-03-30  David Levine <levinedl@acm.org>
+
+       * 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 <josh@bress.net>
+
+       * sbr/fmt_rfc2047.c (decode_rfc2047): Don't close the iconv descriptor
+       if it isn't valid.
+
+2006-03-08  Josh Bressers <josh@bress.net>
+
+       * (mh_strcasecmp): Rename the private strcasecmp function to
+       mh_strcasecmp.  This keeps the newer gnu linker happy.
+
+2006-03-05  Oliver Kiddle <okiddle@yahoo.co.uk>
+
+       * sbr/fmt_rfc2047.c: don't try to malloc 0 bytes if an RFC2047
+       encoded block is empty
+
+2006-03-04  Peter Maydell <pmaydell@chiark.greenend.org.uk>
+
+       * etc/Makefile.in: use INSTALL_SCRIPT to install scripts;
+       this allows INSTALL_PROGRAM to be set to 'install -s' so
+       binaries are stripped on installation. Apparently the BSDs
+       do this.
+
+2006-02-25  David Levine <levinedl@acm.org>
+
+       * uip/sendsbr.c: replaced st_mtim with st_mtime, that's what
+       it should have been.  Added #include of h/tws.h to pick up
+       dtime() prototype.
+
 2006-02-20  David Levine <levinedl@acm.org>
 
        * h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,