]> diplodocus.org Git - nmh/history - sbr/readconfig.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / readconfig.c
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-05-07 Ralph CorderoyMake many m_getfld() buffer parameters NMH_BUFSIZ big.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2016-10-17 Ralph CorderoyDeference char pointer to test for empty string instead...
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
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-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
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-05-05 David LevineFixed typo in comment in sbr/readconfig.c.
2014-04-18 Ken HornsteinRemove msh(1).
2013-05-04 David LevineReplaced raw hack to add the credentials profile entry...
2013-03-24 David LevineFinished replacing mh_strcasecmp() with strcasecmp...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-12 Ken HornsteinRemove "installproc" since it is no longer used.
2013-02-01 Lyndon NerenbergMerge branch 'master' into savannah
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-23 David LevineChanged m_getfld() to automatically allocate a new...
2013-01-21 David LevineRemoved the static m_getfld() state instance and replaced
2013-01-18 David LevineRemoved all traces of m_getfld() FLDEOF and BODYEOF...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-10-15 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-10-15 Lyndon NerenbergAllow $PAGER to override the compiled-in default pager...
2012-07-15 David LevineRemoved debugging statement and added comments to the...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-06-20 David LevineRefinement to e30560d793ff5bc704dadc2eab9d31100ad4636b...
2012-06-09 David LevineAdded warning to all nmh programs for multiple profile...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
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-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision