A bit refactoring.
[mmh] / h /
2012-03-20 markus schnalkeanno: Undid the ``preserve argument hack''.
2012-03-20 markus schnalkescan(): Replaced explicit noisy parameter with implicit...
2012-03-20 markus schnalkeRemoved special `folder' and `dtimenow' format escapes...
2012-02-13 markus schnalkeRemoved support for Encrypted: headers, which were...
2012-02-11 markus schnalkeNow truly: Removed the unused variable mhlforward.
2012-02-11 markus schnalkeRevert "Removed unused mhlforward var."
2012-02-11 markus schnalkeRemoved unused mhlforward var.
2012-02-11 markus schnalkeRemoved unused catproc.
2012-02-11 markus schnalkeMerged picksbr.c into pick.c.
2012-02-10 markus schnalkeRemoved `-format string' switches but made -form accept...
2012-02-09 markus schnalkeReplaced open_form() with new_fs() for the last time...
2012-02-09 markus schnalkeAugmented new_fs() with an additional argument for...
2012-02-09 markus schnalkeMerged replsbr.c into repl.c.
2012-02-09 markus schnalkeRemoved the -fcc switch from repl(1).
2012-02-08 markus schnalkeAnnotations will always be done inplace from now on.
2012-02-08 markus schnalkeRemoved unnecessary prototypes.
2012-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-02-08 markus schnalkeMoved sendsbr.c into send.c as it is not compiled into...
2012-02-08 markus schnalkeBetter mime types for attachments. Use some command...
2012-02-04 markus schnalkeRemoved mts.conf; the maildelivery option went into...
2012-02-03 markus schnalkeRemoved unused parameter from mbx_copy().
2012-01-30 markus schnalkeAlias: Removed the address group `*', which meant every...
2012-01-30 markus schnalkeRest of the MMDF-style mail drop support removal.
2012-01-28 markus schnalkeRemoved support for MMDF-style mail drops.
2012-01-28 markus schnalkeRemoved the -width switch from send, spost and repl.
2012-01-25 markus schnalkeRemoved LBL compile condition (format: addtoseq).
2012-01-24 markus schnalkeActivated Jon's attachment system by default and steaml...
2012-01-05 markus schnalkeExplicit checks for return values of strcmp().
2012-01-05 markus schnalkeRemoved isprefix() and replaced it with strncmp().
2012-01-05 markus schnalkeMuch more straight-forward handling of the beyond sequence.
2012-01-04 markus schnalkeRemoved the unused message flag: DELETED.
2012-01-04 markus schnalkes/ALLOW_NEW/ALLOW_BEYOND/
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2012-01-04 markus schnalkeGlobally defined the names for the standard sequences.
2012-01-02 markus schnalkeRemoved ``Face'' support in mhl.
2012-01-02 markus schnalkeRemoved references to unused default procs and commente...
2011-12-23 markus schnalkeSplit nmh dir into mmh dir (~/.mmh) and mail storage...
2011-12-12 markus schnalkeRemoved the global alias file
2011-12-09 markus schnalkeAdjusted the default scan listing: remove the body...
2011-12-09 markus schnalkeWe don't want to use copy() anymore; but kept it for...
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-05 markus schnalkeIntroduced FDEF and FCUR for speaking arguments to...
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-05 markus schnalkeRenamed ssequal() to isprefix(), because that's what...
2011-11-05 markus schnalkeRemoved defines for obsolete BSD bcopy functions; Use...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-30 markus schnalkeRemoved the draft message in favor for a consistent...
2011-10-16 markus schnalkeRemoved the whom program, which relayed on post(8)...
2011-10-16 markus schnalkeRemoved the split feature of send.
2011-10-07 markus schnalkeRemoved unneeded sbr code.
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2011-10-05 markus schnalkeRemoved msh, vmh and wmh.
2011-10-05 markus schnalkeReworked LINK, now named `altmsglink', similar to BACKU...
2011-10-05 markus schnalkeRemoved configure option --with-hash-prefix and moved...
2011-10-04 markus schnalkeMoved the sendmail path config line from mts.conf to...
2011-10-04 markus schnalkeRemoved the MTS and post; now we always use /usr/sbin...
2011-10-04 markus schnalkeRemoved --with-smtpservers configure option and thelike
2011-10-04 markus schnalkeRemoved all POP support
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-12-03 Ken HornsteinUpdate for git conversions (and cleanup of autogen...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2009-01-17 Eric Gillespie * test/runtest, test/tests/inc/test-deb359167,
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2008-10-23 David Levine * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822...
2008-08-14 Eric Gillespie * sbr/ambigsw.c: Send print_sw output to stderr. ...
2008-08-14 Eric Gillespie * h/mhparse.h: Move interfaces also used by mhbuildsbr...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2008-06-02 Peter MaydellBack out previous, completely broken, change (due to...
2008-06-02 Peter MaydellIf we're compiling with gcc, mark adios() as never...
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
next