Added -nocontentid (and -contentid, for symmetry) switch to mhbuild. This allows...
[mmh] / h /
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-07 Josh Bressers* Remove sbr/strerror.c -- strerror(3) is defined in...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2006-01-03 Josh BressersRemove sbr/pwd.c file, moving the pwd() function into...
2006-01-02 Josh Bressers* patch #3967: Create a mh_xrealloc function to prevent...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2005-12-07 Jon SteinhartFixed a bug where anno -append put the headers in the...
2005-11-09 Peter MaydellFix a non-ANSI prototype.
2005-11-08 Oliver Kiddlereplace obsolete autoconf macros
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-10-05 Oliver KiddleHarald Geyer: back out fork/vfork workaround and handle...
2005-05-18 Oliver Kiddleuse fork instead of vfork on Linux
2005-05-18 Oliver KiddleCarl Mummert: add unquote() function for removing quote...
2005-02-23 Oliver Kiddleuse iconv to convert RFC-2047 encoded headers to the...
2005-01-27 Oliver KiddleAdded -proxy option to inc and msgchk
2005-01-27 Oliver KiddleOn systems where it is available, use nl_langinfo to...
2004-11-19 Jon SteinhartAdded mail directory argument to folder_addmsg in order...
2003-08-11 Jeffrey C HonigWhen compiling format strings, nmh attempts to avoid...
2002-08-23 Jon SteinhartAdded external program hooks.
2002-08-19 Jon SteinhartAdded an improved user interface for sending messages...
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenIncluded h/nmh.h, since the MD5 algorithms were missing...
2000-07-24 Dan HarklessRenamed DSTXXX as ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DS...
2000-07-07 Kimmo SuominenSASL support from Ken Hornstein <kenh@cmf.nrl.navy...
2000-06-12 Ruud de Rooij* Merged mts/sendmail functionality into mts/smtp;... kim-before-sasl
2000-05-31 Doug Morrisadded lint targets for Makefiles and a configure test...
2000-05-29 Shantonu SenSynchronizing Makefiles that had gotten out of sync...
2000-05-29 Shantonu SenMoved date/time functions from zotnet/tws to sbr. More...
2000-05-12 Shantonu SenMoved zotnet/mf to sbr.
2000-05-09 Dan Harkless* Changed configure.in to use gcc -Wall even without...
2000-03-03 Dan HarklessAdded a new "boolean" type to mh.h and TRUE and FALSE...
2000-02-04 Dan Harkless* Applied wesley.craig@umich.edu's KPOP patches. Accor...
2000-01-26 Dan HarklessDocumented the minchars field of struct swit to the...
2000-01-25 Dan HarklessOn AIX 4.1, snprintf() is defined in libc.a but there...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessChanged done() from returning void to returning int...
1999-04-30 Doug MorrisInitial revision