Added support for optional Content_Disposition header in mhbuild directive.s
[mmh] / sbr /
2006-01-18 Oliver Kiddleadd autoconf magic to support old systems that don...
2006-01-18 Oliver Kiddlefix bug with insertion of newline being wrong if the...
2006-01-17 Oliver Kiddlemore robust multi-byte/column support for field widths
2006-01-16 Josh Bressers* sbr/fmt_scan.c: Add the missing wchar.h include
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-15 Josh Bressers* sbr/fmt_scan.c:PUTSF() Fix an off by one formatting...
2006-01-15 Josh Bressers* sbr/fmt_scan.c: Turn the PUTSF macro into a function...
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-04 Josh Bressers* mh_xmalloc(), mh_xrealloc(), pwd(): Add comments...
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-24 Peter MaydellAvoid non-portable use of $< outside an inference rule.
2005-12-14 Josh Bressers* Fedora Bug #163760: sbr/context_read.c (context_read...
2005-11-19 Peter MaydellSpecial-case an MHCONTEXT of "/dev/null" and don't...
2005-11-13 Peter MaydellUse context/ctxpath==NULL to indicate that no context...
2005-11-13 Peter MaydellFix buffer overrun in address parsing code (would only...
2005-11-08 Oliver Kiddlereplace obsolete autoconf macros
2005-11-06 Peter MaydellFix various buffer overruns in fmt_scan.c; the bulk...
2005-11-06 Peter MaydellRemove space between -o and output filename so it works...
2005-11-02 Oliver Kiddlefix for newer version of flex and remove autogenerated...
2005-05-18 Oliver Kiddlefix a bug affecting AFS where nmh was setting the READO...
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-02-23 Oliver Kiddlefix Debian bug #202667: crash when a message's filename...
2005-02-21 Oliver Kiddlefix bug where inc crashed on failing to reopen the...
2005-01-27 Oliver KiddleOn systems where it is available, use nl_langinfo to...
2005-01-21 Oliver KiddleUS-ASCII is a subset of UTF-8 so can be handled directl...
2004-11-19 Jon SteinhartAdded mail directory argument to folder_addmsg in order...
2004-11-16 Jon SteinhartFixed problem where the refile hook was being called...
2004-11-16 Jon SteinhartFixed typo in comment.
2004-11-16 Jon SteinhartRemoved unnecessary code.
2004-11-16 Jon SteinhartFixed wrong directory for hook when refiling with ...
2004-10-12 Jon SteinhartFixed strange bug that prevented a lock from ever being...
2004-10-12 Jon SteinhartFixed bug that was producing an incorrect path for...
2003-09-30 Glenn Burkhardtrestored use of PUTDF() macro; was broken in versions...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2003-09-30 Glenn Burkhardtcorrected termination condition for fill character...
2003-09-30 Glenn Burkhardt[bug #4296] PUTD() macro can't hack 10 digit values
2003-09-30 Glenn Burkhardt[bug #4296] PUTD() macro can't hack 10 digit values
2003-09-30 Glenn Burkhardt[bug #4297] The strlen mh-format function can crash...
2003-09-05 Ken HornsteinFix from branch.
2003-09-05 Ken HornsteinQuiet lock warning.
2003-09-05 Ken HornsteinMerge in locking fixes into the main line.
2003-08-11 Jeffrey C HonigWhen compiling format strings, nmh attempts to avoid...
2002-11-21 Jon SteinhartFixed a typo in the SRCS definition; had a .o where...
2002-11-20 Jon SteinhartFixed a bug in the waitpid version where it would retur...
2002-11-18 Jon SteinhartThe file README-ATTACHMENTS was removed - it has been...
2002-09-09 Jon SteinhartNew routine that provides interface to external programs.
2002-08-23 Jon SteinhartAdded external program hooks.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2001-02-06 Shantonu SenBe more picky about symbolic time zones, and accept...
2000-12-22 Shantonu SenTake out memory hints, since we are assuming flex over...
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenTook out incorrect time zones like JST and BST.
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-09-06 Shantonu SenTook out parsing of military time, which was causing...
2000-07-24 Dan HarklessRenamed DSTXXX as ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DS...
2000-07-24 Dan HarklessWhen Shantonu wrote the new, more portable dtimep.lex...
2000-07-16 Kimmo SuominenComplete HAVE_MKSTEMP.
2000-07-16 Kimmo SuominenKeep this working with other makes than GNU.
2000-06-09 Dan HarklessNew dtimep.lex didn't parse day names properly. Fixed...
2000-06-04 Ruud de Rooij* Added autoconf test for Miquel van Smoorenburg's...
2000-05-31 Shantonu SenAdded back memory options for AIX to increase available...
2000-05-31 Doug Morrisadded lint targets for Makefiles and a configure test...
2000-05-29 Shantonu SenUpdated sbr functions to include <h/tws.h> instead...
2000-05-29 Shantonu SenMoved date/time functions from zotnet/tws to sbr. More...
2000-05-28 Ruud de RooijFixed m_getfld bug which caused segmentation faults...
2000-05-12 Shantonu SenMoved zotnet/mf to sbr.
2000-05-11 Shantonu SenRemoved explicit definition of both SRCS *and* OBJS...
2000-05-10 Dan HarklessPrepended "Portions of this code are" to the copyright...
2000-05-09 Dan Harkless* Changed configure.in to use gcc -Wall even without...
2000-05-09 Dan HarklessGot rid of four warnings in Shantonu's new getpass...
2000-05-09 Shantonu SenFix some compile-time warnings.
2000-05-07 Shantonu SenAn nmh-specific getpass, to remove dependency on system
2000-05-07 Shantonu SenAdded getpass to SRCS and OBJS.
2000-04-17 Shantonu SenAPOP support: Use the ruserpass function in this direct...
2000-04-09 Doug Morrisbug fix - prevents core-dumping on scan -format '1'
2000-03-15 Dan HarklessWhen I fixed the long-standing makedir() bugs in Januar...
2000-03-14 Dan HarklessChanged strdup() in strdup.c to take a _const_ char...
2000-03-14 Dan HarklessModified username_extension masquerading to only use...
2000-01-28 Dan HarklessMade a couple of minor whitespace changes to test if...
2000-01-27 Dan HarklessFixed multiple bugs in makedir(). First off, when...
2000-01-26 Dan HarklessDan Winship informed me that the right fix when gcc...
2000-01-25 Dan HarklessPut in a prototype for stdio internal function _filbuf...
1999-10-27 Doug Morrisfixed test in Makefiles for LIBTOOL for the case where...
1999-10-26 Doug Morrisfixed libtool check, sort of...
1999-10-21 Doug Morrischanges to allow building under Mac OS X/Rhapsody
1999-09-26 Ruud de Rooij * Added config.sub and config.guess to the list of...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-09-10 Doug Morrisconfigure, configure.in stamp-h.in, and uip/Makefile...
1999-07-16 Dan HarklessEliminated unsued sigset_t variables set and oset.
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-07-16 Dan HarklessChanged from returning void to returning int so that...
1999-06-09 Doug Morrisuse mkstemp on systems that have it
1999-05-13 Dan HarklessUse "#include <errno.h>" instead of "extern int errno...
1999-05-13 Dan HarklessFixed a signal-handling bug that could cause whatnow...
1999-05-13 Dan HarklessDon't add line breaks in the middle of long addresses...
1999-05-13 Dan HarklessChange ordering of a conditional to prevent a bad point...
next