mmh
2012-01-09 David LevineRemoved a remaining RETSIGTYPE. Also change a few...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinFinally able to get rid of acconfig.h! Since we're...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-08 David LevineRemoved unused bcmp, bcopy, bcpy, and bzero #defines.
2012-01-08 David Levinegcc -Wempty-body warned that the check of the result...
2012-01-08 David LevineRemoved traces of bboards and bbc from mh-profile and...
2012-01-08 David LevineWrapped #include of config.h with #ifdef HAVE_CONFIG_H...
2012-01-08 David LevineRemoved hard-coded -I.. and -I../.. from INCLUDES,...
2012-01-07 David LevineAdded Content-Description header with the filename...
2012-01-07 David LevineAdded note about fileproc and mhlproc mh-profile entries.
2012-01-07 David LevineAdded removal of autom4te.cache directory to mostlyclea...
2012-01-07 David LevineQuoted argument to AC_LINK_IFELSE to silence authoheade...
2012-01-07 David LevineMerge branch 'fileproc_mhlproc_to_post'
2012-01-06 Ken HornsteinMove definition of LINK to mh header file, and garbage...
2012-01-06 Ken HornsteinHardcode the defaults for Msg-Protect and Folder-Protec...
2012-01-06 Ken HornsteinHuh, apparantly I got rid of any support for POPSERVICE...
2012-01-06 Ken HornsteinGarbage collect all of the builtin ftp client support.
2012-01-06 Ken HornsteinGarbage-collect MHRC (and make it the default).
2012-01-06 Ken HornsteinGarbage-collect SLOCAL_MBOX (and make it the default).
2012-01-06 Ken HornsteinGarbage-collect RPATHS support.
2012-01-06 Ken HornsteinHuh, turns out this define hasn't worked in forever...
2012-01-06 Ken HornsteinRemove last vestiges of #ifdef BANG
2012-01-06 Ken HornsteinRemove DBMPWD, make it the default.
2012-01-06 David LevineAdded datarootdir definitions to silence warnings from...
2012-01-06 David LevineFixed trivial compile warnings.
2012-01-06 Ken HornsteinNot sure why we're checking for st_blksize; it's requir...
2012-01-06 Ken HornsteinSwitch the use of LOCKDIR in acconfig.h to --enable...
2012-01-06 David LevineMerge branch 'master', remote-tracking branch 'origin'
2012-01-05 Ken HornsteinGarbage collect all of the old UCI #ifdef'd code.
2012-01-05 Ken HornsteinUpdate this with mh-e changes.
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, and whatn...
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, and whatn...
2012-01-05 Ken HornsteinBring in all of the mh-e support that is actually used...
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, whatnow...
2012-01-04 Ken HornsteinWhoops, for right now we do need those signal function...
2012-01-04 Ken HornsteinSwitch to standard autoconf macro for checking d_type...
2012-01-04 Lyndon NerenbergRemove #ifdef around use of sigsetjmp().
2012-01-04 Lyndon NerenbergRemove overrides for 'broken' stat macros.
2012-01-04 Lyndon NerenbergInclude <stdio.h> for snprintf() prototype.
2012-01-04 Lyndon NerenbergNuke directory processing conditionals; use dirent.h.
2012-01-04 Lyndon NerenbergAdd back missing include of <sys/wait.h>
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Ken HornsteinNo longer check for the mkstemp() function in the mkste...
2012-01-04 Lyndon NerenbergMake use of mkstemp() unconditional (vs. mktemp().
2012-01-04 Lyndon NerenbergRemove compatibility functions that are always provided...
2012-01-04 Ken HornsteinGet rid of checking for vfork(), since we no longer...
2012-01-04 Lyndon NerenbergReplace <arpa/ftp.h> with "h/arpa_ftp.h".
2012-01-04 Lyndon NerenbergImport non-Posix <arpa/ftp.h> for uip/ftpsbr.c.
2012-01-04 Lyndon NerenbergRemove HAVE_ARPA_FTP_H and arpa/ftp.h references.
2012-01-04 Ken HornsteinRemove autoconf ospeed checks
2012-01-04 Lyndon NerenbergIgnore OSPEED/ospeed in termcap. Nothing current should...
2012-01-04 Ken HornsteinNo longer check for termio.h or termios.h
2012-01-04 Lyndon NerenbergCollapse termio/termios/sgtty terminal interface code...
2012-01-04 Ken HornsteinUpdate configure file for removal of POSIX-mandated...
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-01-04 Ken HornsteinNo longer need to check for the existance of sys/utsname.h
2012-01-04 Lyndon NerenbergDeprecate uname() in favour of (Posix) gethostname().
2012-01-04 Ken HornsteinSigh. I put the documentation about the -tls switch...
2012-01-03 Ken HornsteinUpdated pending-release-notes
2012-01-03 David LevineAdded note about cpio failing to unpack an nmh tarball.
2012-01-03 Ken HornsteinSwitch to using buffered I/O when doing TLS (but only...
2012-01-03 Ken HornsteinUpdated these files since we've finally got 1.4 out...
2011-12-28 David LevineMoved #endif so that lockit () is only declared with...
2011-12-28 David LevineReworked nmh.spec to support rpmbuild from source RPM.
2011-12-25 David LevineRemoved unused vmh.c and wmh.c.
2011-12-25 David LevineChanged second argument of calls to part_ok() and type_...
2011-12-25 David LevineReplaced cvs with git references. I'm not sure about...
2011-12-24 David LevineAdded --with-rpmdir configure option so that user can...
2011-12-14 David LevineAdded comments about source of description, etc.
2011-12-13 David LevineReplaced use of GNU make shell function with backticks...
2011-12-13 David LevineThe docs/Makefile install target didn't do anything...
2011-12-13 David LevineAdded RPM/ so that git status doesn't mention that...
2011-12-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2011-12-13 David LevineMoved version number from nmh.spec to Makefile.in,...
2011-12-12 Ken HornsteinMake sure to not reset hghnum (in the Maildir code...
2011-12-11 David LevineAdded first cut at nmh.spec, along with rpm: target...
2011-12-11 David LevineRemoved netdb.h because we no longer distribute it.
2011-12-11 David LevineRemoved unused local variables to eliminate warnings...
2011-12-07 Ken HornsteinMake sure to ignore the nmh dist file.
2011-12-07 Ken HornsteinSince we're now moving past 1.4, bump this.
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2011-04-13 Ken HornsteinWhoops, user & port were in the wrong order so msgchk... mmh-start
2011-02-22 Ken HornsteinUpdated the developer README with a few notes about...
2011-02-07 Paul VixieSigned-off-by: Ken Hornstein <kenh@pobox.com>
2010-12-21 Peter MaydellClean up code in inc.c
2010-12-20 Peter MaydellSuppress tsort diagnostic waffle
2010-12-20 Peter MaydellFix unused-function warnings in lex output
2010-12-20 Peter MaydellFix used-uninitialised warning in fmt_rfc2047.c
2010-12-20 Peter MaydellFix used-uninitialised warning in new.c
2010-12-20 Peter MaydellFix crash if fnext/fprev are given an empty folder...
2010-12-20 Peter MaydellFix warning in sbr/folder_addmsg.c by code cleanup
2010-12-16 Ken HornsteinFix so this compiles without SASL support.
2010-12-16 Ken HornsteinAll of the arguments to AC_ARG_ENABLE need to be quoted...
2010-12-16 Ken HornsteinMake sure we ignore config.h.in~
2010-12-16 Markus Schnalkefix typo and clarify two sentences in mhpath man page
2010-12-16 Markus Schnalkeimprove mhparam man page
2010-12-16 Oliver Kiddlefix badly formatted code found by Markus Schnalke
2010-12-15 Scott Snyderpropagate and check return status of close() in slocal
2010-12-15 Markus Schnalkedocument msg parameter to folder
next