]> diplodocus.org Git - nmh/history - h/mh.h
Remove unused NCWD and NPWD #defines.
[nmh] / h / mh.h
2016-10-22 Ralph CorderoyCheck advertise()'s iob[] isn't too short with assert(3).
2016-10-20 Ken HornsteinRototill credentials code so that we only prompt for...
2016-10-19 Ralph CorderoyAdd LEN(s) definition.
2016-10-19 Ralph CorderoyAdd stdbool.h plus fallback to h/nmh.h.
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinAdd a "file-nopermcheck" credential entry.
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-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
2016-05-29 klemensspelling-fixes ( code-comments in .c, .h. .y ... )
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-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-13 David LevineRemoved a few more msh (MS_MSH and mshproc) and vmh...
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-10-09 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-10-09 Lyndon Nerenbergno-op to force check the buildbots.
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-08-24 David LevineAdded charstring "class".
2014-04-18 Ken HornsteinRemove msh(1).
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-01 David LevineRemoved a couple of unnecessary vector typedefs from...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 David LevineAdded svector_find() function.
2013-10-18 Ken HornsteinMinor comment cleanup.
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-03-31 David LevineRemoved limit on maximum number of sequences in a folder.
2013-03-27 Ken HornsteinChange seqset_t to unsigned long to support more sequen...
2013-03-21 Ken HornsteinMerge branch 'newlock'
2013-03-18 Ken HornsteinAdd code for (and convert world to) the new world lock...
2013-03-14 Ken HornsteinMore locking updates; still doesn't compile yet.
2013-03-14 Ken HornsteinStart of the changes for the new lock code. Does not...
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
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-21 Ken HornsteinMerge branch 'master' into format-test
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...
2013-01-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
2012-12-22 David LevineChanged bufsz argument of m_getfld() to be in-out inste...
2012-12-22 David LevineChanged msg_style and msg_delim to be file static to...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-03-16 Ken HornsteinMake -attach Nmh-Attachment & -attachformat 1 the default.
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...
2012-01-13 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinMove definition of LINK to mh header file, and garbage...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2008-10-23 David Levine * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822...
2008-06-02 Peter MaydellWhen building on gcc, use noreturn attribute on adios...
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-11-04 Joel ReicherChange link-time overriding of done() to run-time reass...
2006-02-21 David Levine* h/mh.h, h/prototypes.h, uip/mhbuildsbr.c, uip/send.c,
2005-10-05 Oliver KiddleHarald Geyer: back out fork/vfork workaround and handle...
2005-05-18 Oliver Kiddleuse fork instead of vfork on Linux
2000-03-03 Dan HarklessAdded a new "boolean" type to mh.h and TRUE and FALSE...
2000-01-26 Dan HarklessDocumented the minchars field of struct swit to the...
1999-04-30 Doug MorrisInitial revision