]> diplodocus.org Git - nmh/history - config/config.c
getpass.c: Move interface to own file.
[nmh] / config / config.c
2017-11-12 Ralph Corderoycontext_read.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-10-27 Ralph CorderoyReplace getcpy(f()) calls with mh_xstrdup() when f...
2017-09-12 Ralph CorderoyReplace `return (0)' and similar with `return 0'.
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-09-03 Ralph Corderoyconfig.c: Remove unused nmhdocdir() macro.
2017-05-23 Ralph Corderoyconfig/config.c: Fix indentation of "FALLTHRU" comment.
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
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-02-27 David LevineAdded /* FALLTHRU */ comments where gcc 7 noticed their...
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-11 Ken HornsteinAdd a "file-nopermcheck" credential entry.
2016-05-21 David LevineAdded docdir to mhparam.
2016-05-21 David LevineAdded docdir to mhparam.
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...
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-10-05 Lyndon NerenbergNew locations for config files and support binaries...
2013-10-15 Ken HornsteinRemove support for NOPUBLICSEQ.
2013-05-01 David LevineRemoved remaining #includes of stdio.h and stdlib.h...
2013-04-14 David LevineA "credentials" mh-profile entry has been added. This...
2013-03-12 Ken HornsteinAdd support for RFC-2017, message/external-body content...
2013-02-22 Ken HornsteinMerge branch 'format-test'
2013-02-16 David LevinePlugged small memory leak in etcpath().
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-15 Ken HornsteinSupport the VISUAL and EDITOR environment variables...
2013-01-10 Ken HornsteinConvert all argument processing over to using X-Macros...
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-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...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinHardcode the defaults for Msg-Protect and Folder-Protec...
2012-01-06 Ken HornsteinGarbage-collect MHRC (and make it the default).
2012-01-04 Lyndon NerenbergInclude <stdio.h> for snprintf() prototype.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision