]> diplodocus.org Git - nmh/history - uip/refile.c
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / uip / refile.c
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-08-03 David LevineFixed refile(1) -retainsequences when the source and...
2014-04-20 Ken HornsteinMove clsfolds() before the call to context_save();...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-17 Ken HornsteinRemove WHATNOW #ifdefs; that code was obsolete a long...
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-30 David LevineMoved #include <assert.h> to h/nmh.h.
2013-03-24 Ken HornsteinChange folder_delmsgs() to save context and sequence...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-15 David LevineCorrected comment describing copy_seqs().
2013-03-15 David LevineAdded -[no]retainsequences switches to refile(1).
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-06 Ken HornsteinMore work to convert programs over to the use of argspl...
2013-01-31 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git...
2013-01-27 David LevineMerge branch 'm_getfld'
2013-01-21 Ken HornsteinMerge branch 'master' into format-test
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
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