]> diplodocus.org Git - nmh/history - uip/mhparam.c
Reverted commit 9a4b4a3d3b27fe4a7ff6d0b8724ce1c06b5917eb.
[nmh] / uip / mhparam.c
2016-10-30 Ralph CorderoyRemove mhparam's p_find()'s ability to take NULL argument.
2016-10-30 Ralph CorderoyReplace printf("%s\n", foo) with puts(foo).
2016-10-20 Ralph CorderoyHoist test of search string for NULL out of loop.
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-06 David LevineMerge branch 'welcome'
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinRemove the unused argument from mts_init() (as far...
2016-09-06 Ken HornsteinMerge branch 'xoauth'
2016-07-08 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-06-26 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-05-21 David LevineAdded docdir to mhparam.
2016-05-21 David LevineAdded docdir to mhparam.
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-13 David LevineMerge branch 'master' into xoauth
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-27 Lyndon Nerenberg'mhparam bindir' now prints NMH's idea of $(bindir).
2014-12-09 Eric GillespieTeach mhparam about oauth support.
2014-10-05 Lyndon NerenbergNew locations for config files and support binaries...
2014-07-23 David LevineWhen mhparam(1) is going to output the value for spooll...
2014-04-18 Ken HornsteinRemove msh(1).
2014-03-14 Ken HornsteinSigh. Make localmbox work even if we're not using...
2014-03-14 Ken HornsteinAdd support for printing iconv and localmbox.
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-02-27 David LevineUpdated mhparam, man pages, and test-mhparam to reflect...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-11 David LevineReworked attach to add charset to Content-Type string for
2013-12-22 David LevineWith whatnow attach, determine the content MIME type...
2013-12-09 David LevineRemoved dependence of build_nmh on ldd by adding sasl...
2013-03-24 David LevineMore replacements of mh_strcasecmp() with strcasecmp().
2013-03-06 David LevineAdded lockmethod pseudocomponent to mhparam so that...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
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-14 David LevineDocumented mhparam -debug option.
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-03-17 David LevineRemoved some unused code having to do with permissions...
2012-03-07 David LevineRemoved all traces of rmfproc. It had been used by...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2010-12-16 Oliver Kiddlefix badly formatted code found by Markus Schnalke
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-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
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