* sbr/addrsbr.c: removed "err" from conditional, because gcc
[mmh] / h /
2008-05-04 Peter Maydellbug #23167: sbr/ruserpass.c (ruserpass): make bad permi...
2007-11-08 Joel ReicherInsert types for args of some function pointers to...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2007-08-21 Josh Bressers* Red Hat Bug #253342: inc.c, utils.c, utils.h: When...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2007-01-16 Josh BressersAdd a missing header file
2006-04-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-14 Joel ReicherCreated function open_form() to open form file or fallb...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-04-11 Joel ReicherCompleting the .cvsignore list(s).
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2006-02-21 Josh Bressers* h/utils.h, sbr/utils.c, uip/flist.c, uip/folder.c...
2006-02-21 Josh BressersAdd missing create_folder prototype.
2006-02-18 David LevineAdded support for optional Content_Disposition header...
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