mhl and mhbuild ignore to long lines
[mmh] / uip / refile.c
2020-03-26 Philipp Takacsremove Previus-Sequence support
2016-09-18 Philipp Takacsredesign version string
2016-04-21 markus schnalkerefile: Never change the current folder
2016-04-21 markus schnalkerefile: Fix an error message; always use braces; add...
2016-04-09 m@mmmmarascio.xyzReplace getcpy() and strdup() with mh_xstrdup()
2016-03-25 m@mmmmarascio.xyzReplace free() with mh_free0()
2015-08-27 markus schnalkeDrop register storage class
2015-04-19 Philipp TakacsUse sysexits.h for better exit-codes
2015-04-10 markus schnalkeMove #include from h/mh.h to source files
2015-01-17 Philipp Takacsremove last rests of done in uip
2015-01-16 Philipp TakacsReplace done with exit at uip
2012-07-06 markus schnalkeMinor wording change in an error message.
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-03-29 markus schnalkeRemoved dead code within never set define WHATNOW.
2012-03-29 markus schnalkeTrash folder replaces rmmproc. Rework of rmm(1) and...
2012-01-04 markus schnalkeRenamed all standard sequences (e.g. cur->c) and made...
2011-12-09 markus schnalkes/pfolder/curfolder/g
2011-12-09 markus schnalkeCompletely reworked the path convertion functions
2011-11-20 markus schnalkeThe existence of the profile entry Path is already...
2011-11-05 markus schnalkeImproved pluspath() and used it instead of path() where...
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-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-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-27 Joel ReicherCreated pluspath function to check for '+' prefix and...
2006-04-14 Joel ReicherGet rid of some trivial warnings; unused variables...
2006-04-11 Joel ReicherCreated app_msgarg() (append message arg) and a simple...
2006-02-20 Josh Bressers* sbr/m_draft.c, sbr/utils.c, uip/folder.c, uip/inc...
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...
2004-11-19 Jon SteinhartAdded mail directory argument to folder_addmsg in order...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
2002-08-23 Jon SteinhartAdded external program hooks.
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