X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=dc7324612caaff0909a066fcd9a6f9704c7f6224;hb=8d61a39c1f636b7edd184767225492a4d5dacde5;hp=deb61630aff337f8138127b2ed54bb35f9b1f89f;hpb=975a1ff048a6f10f88225c4f06b22c898ede62c4;p=mmh diff --git a/ChangeLog b/ChangeLog index deb6163..dc73246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +Mon Mar 13 18:26:03 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". + +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. + + 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 + + * Changed the new "plussed_user" option to mts.conf's + "masquerade:" to "username_extension" after getting feedback from + qmail users, who use '-' as a separator rather than '+'. Removed + checking of $USERPLUS variable. Now check $USERNAME_EXTENSION, + which needs to include the appropriate separator for your MTA + ('-', '+', or whatever) as its first character. + Thu Mar 02 23:04:30 2000 Dan Harkless * Added a new "boolean" type to mh.h and TRUE and FALSE constants.