spost: Read profile and context now. Removed -library switch.
[mmh] / uip / spost.c
2012-06-27 markus schnalkespost: Read profile and context now. Removed -library...
2012-06-22 markus schnalkeRemoved the -[no]watch flags of send and post.
2012-06-14 markus schnalkespost: Just a move of some code.
2012-06-13 markus schnalkeRenamed switches variable to ease automatic text extrac...
2012-06-04 markus schnalkeRemoved configure flag --disable-locale and have it...
2012-05-05 markus schnalkeRequire at least 2 chars for `no' variants of switches.
2012-05-01 markus schnalkeRenamed -version switch to -Version to remove the confl...
2012-04-10 markus schnalkeRemoved -(no)push and -(no)forward flags from send...
2012-03-29 markus schnalkeFolded fileproc to constant `refile'.
2012-03-27 markus schnalkeMake sure we don't send Envelope-From if we're using...
2012-03-27 markus schnalkeWe have only numeric timezone support (e.g. +0200)...
2012-03-22 markus schnalkeCall send directly, not via sendproc. Removed its profi...
2012-02-13 markus schnalkeNow, spost should be quite usable.
2012-02-12 markus schnalkeVarious rework in spost.
2012-02-12 markus schnalkeChanged the Fcc handling code in spost.
2012-02-12 markus schnalkeTemporary state of spost rework: Things should work...
2012-02-04 markus schnalkeRemoved the -backup flag from spost.
2012-02-04 markus schnalkeRemoved mts.conf; the maildelivery option went into...
2012-02-04 markus schnalkeRefactoring in spost.
2012-02-03 markus schnalkeRemoved draft_from masquerading.
2012-02-03 markus schnalkeRemoved the -(no)remove switches from spost.
2012-01-31 markus schnalkespost: refactoring; removed -(no)format switches as...
2012-01-31 markus schnalkespost: refactoring, added comments, removed unused...
2012-01-28 markus schnalkeforw/repl/dist annotations won't add address lists...
2012-01-28 markus schnalkeRemoved the -width switch from send, spost and repl.
2012-01-03 markus schnalkes/vfork/fork/
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
2012-01-02 markus schnalkeRenames: s/+outbox/+sent/ and s/cc:/Cc:/
2011-12-12 markus schnalkeRemoved the global alias file
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-16 markus schnalkeFixed broken swit numbering (there are more files to...
2011-10-16 markus schnalkeRemoved the whom program, which relayed on post(8)...
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...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-18 David LevineFixed make_bcc_file () to use contents of From: in...
2006-01-16 Josh Bressers* uip/post.c, uip/spost.c: Move the uptolow macro from...
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2003-09-22 Glenn Burkhardtmake 'spost' handling of "masquerade:" line of mts...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-06-07 Ruud de Rooij* Added one more mkstemp invocation to uip/spost.c...
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-02-04 Dan HarklessWhoever originally added the -help switch to all the...
2000-01-26 Dan HarklessAdded a comment bemoaning the lack of aliasing on the...
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 compilation warnings.
1999-06-09 Doug Morrisuse mkstemp on systems that have it
1999-05-13 Dan HarklessAdded -library switch so it can parse user aliases...
1999-04-30 Doug MorrisInitial revision