X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=ba38c6b3c9f209ef5a937a71b4f53ec1b3cbea34;hp=7aa74d444baa8dee4fcba043b6b2b23d7d722e89;hb=34ec62af8fc74c3c9d143328f485c82ef7aad327;hpb=ba32dee02e85132dd8bd05fae876692d61c50053 diff --git a/ChangeLog b/ChangeLog index 7aa74d4..ba38c6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,38 @@ +Mon Mar 13 21:10:16 2000 Dan Harkless + + * Applied Sullivan N. Beck 's mhshow-suffix patch: + + With the patch below, you can add lines like: + + mhshow-suffix-application/msword: .doc + mhshow-suffix-application/PostScript: .ps + + to the mhn.defaults file to append the given suffix to a + scratch file. This allows applications which require a + certain suffix to run properly. + + * Removed -force_html from lynx entry in mhn.defaults.sh (I + believe older versions of lynx lack that option) and added + "mhshow-suffix-text/html: .html". + + * Modified username_extension masquerading to only use the + extended address on generated [Resent-]From: lines and SMTP + envelope From:. With Neil's original implementation, nmh's global + idea of the username was changed, which would result in inc lying + and saying you had no new mail because it was looking for a + mailbox called, for instance, "dan-nmh" (where username was "dan" + and $USERNAME_EXTENSION was "-nmh"). + Mon Mar 06 12:20:20 2000 Dan Harkless * Applied Neil W Rickert 's msh.c patch: - I finally tracked down the problem in msh that was causing errors - whenever I tried to examine a 'mmdf' style mailbox. + I finally tracked down the problem in msh that was causing + errors whenever I tried to examine a 'mmdf' style mailbox. - It turns out that not enough memory was being allocated with - calloc(), causing memory pointers to be overwritten and corrupted. + It turns out that not enough memory was being allocated with + calloc(), causing memory pointers to be overwritten and + corrupted. Fri Mar 03 16:07:33 2000 Dan Harkless