Replace done with exit at uip
[mmh] / uip / ali.c
2015-01-16 Philipp TakacsReplace done with exit at uip
2012-06-27 markus schnalkeali: Either read default alias files or the ones on...
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-02-08 markus schnalkeMerged h/mts.h into h/prototypes.h.
2012-02-04 markus schnalkeRemoved mts.conf; the maildelivery option went into...
2012-01-28 markus schnalkeFixed path lookup for alias files: ali, send, whatnow.
2012-01-25 markus schnalkeRemoved several `#if 0' fragments.
2012-01-03 markus schnalkeRelayouted all switch statements: case aligns with...
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-07 markus schnalkeRearranged whitespace (and comments) in all the code!
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2006-04-13 Joel ReicherMake print_aka() and print_usr() static. They're not...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
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-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-02-04 Dan HarklessWhoever originally added the -help switch to all the...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessChanged call of done() to return of done() to eliminate...
1999-04-30 Doug MorrisInitial revision