Renamed -version switch to -Version to remove the conflict with -verbose.
[mmh] / uip / mhmail.c
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-03-27 markus schnalkeChanged types and added casts so that build is clean...
2012-03-27 markus schnalkeWe are making POSIX signal support a requirement.
2012-03-27 markus schnalkeSwitch from using RETSIGTYPE via autoconf to void.
2012-03-23 markus schnalkemhmail: If spost fails, preseverve draft by hand, not...
2012-03-22 markus schnalkeCall spost directly, not via postproc. Remove the postp...
2012-03-22 markus schnalkemhmail: Don't invoke inc when called without arguments.
2012-03-21 markus schnalkeOn today's systems fork() will hardly fail, thus remove...
2012-02-08 markus schnalkeFixed mhmail. (It wanted to read the profile to create...
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2012-01-02 markus schnalkeRenames: s/+outbox/+sent/ and s/cc:/Cc:/
2011-11-05 markus schnalkeRenamed r1bindex() to mhbasename(), to make its functio...
2011-11-01 markus schnalkeRemoved the space between function names and the openin...
2011-10-31 markus schnalkeReformated comments and long lines
2011-10-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2008-04-05 Peter Maydell* bug #18655: fix use of admonish() for a fatal error...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision