X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=c84a74cfa6879911d7ae81d871f2fdd7266f6efa;hb=ab59862a486279eecba25c0804c8522c0b38b808;hp=c97e57c9621b456ed64fb929671b037f0c51f719;hpb=1b6605465016726e2be105c01fd331ff4658e569;p=mmh diff --git a/ChangeLog b/ChangeLog index c97e57c..c84a74c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,29 @@ +Tue Jan 25 22:58:12 2000 Dan Harkless + + * Doug's portability fix of my setgid inc autodetection had a + caching bug -- if you re-ran configure, uip/Makefile would be + corrupted, and installation would fail on OSes where inc needs to + be setgid. + + * Implemented a new kind of email address masquerading. When a + user writes a custom "From:" header in a draft, nmh uses it rather + than generating one. However, the user's true address is used in + the SMTP envelope "From:" and is revealed in the "Sender:" header. + Now, when mmailid is set to non-zero, the envelope "From:" uses + the address specified in the draft "From:" header, and there is no + "Sender:" header. This is useful when sending on behalf of a + remote POP3 account or when remote mail robots incorrectly use the + envelope "From:" in preference to the body "From:". + Mon Jan 24 22:26:06 2000 Dan Harkless - * Got rid of the rest of the warnings that I didn't have time for - on 1999-07-15 (and, it would seem, some new ones people introduced - since then). The primary ones were the warnings that default - prototypes were being used for [v]snprintf() and str[n]casecmp(). - As of right now, there are _no_ compilation warnings except on the - lex output file (at least under AIX 4.1.5 and Solaris 2.6). + * Got rid of the rest of the gcc -Wall warnings that I didn't have + time for on 1999-07-15 (and, it would seem, some new ones people + introduced since then). The primary ones were the warnings that + default prototypes were being used for [v]snprintf() and + str[n]casecmp(). As of right now, there are _no_ compilation + warnings except on dtimep.c-lexed (at least under AIX 4.1.5 and + Solaris 2.6). Sun Jan 2 23:42:18 2000 Ruud de Rooij