2012-02-10 |
David Levine | Show assignment of configure variables using VAR=VALUE...
|
commit | commitdiff | tree |
2012-02-09 |
David Levine | Updated INSTALL and MACHINES documentation a bit.
|
commit | commitdiff | tree |
2012-02-09 |
David Levine | Added mhshow subpart test.
|
commit | commitdiff | tree |
2012-02-09 |
David Levine | Always run setup-test from make test/runalltests, just...
|
commit | commitdiff | tree |
2012-02-08 |
David Levine | Added OURDEFS to DEFS in Makefile.am, to restore it...
|
commit | commitdiff | tree |
2012-02-08 |
David Levine | Removed use of tzset()/tzname in dtimezone(). They...
|
commit | commitdiff | tree |
2012-02-08 |
David Levine | Reverted TZ hack to tests, 9ea2daf5e74e3ff03043cfa6fb68033ae...
|
commit | commitdiff | tree |
2012-02-07 |
David Levine | Another one caught by the test suite: an indented...
|
commit | commitdiff | tree |
2012-02-07 |
David Levine | Some tests failed because they displayed the user's...
|
commit | commitdiff | tree |
2012-02-07 |
David Levine | Caught by the test suite: sequences[0] needs to be...
|
commit | commitdiff | tree |
2012-02-07 |
David Levine | Reworked test suite to copy the configuration used...
|
commit | commitdiff | tree |
2012-02-05 |
David Levine | Added error message if the file is source directly...
|
commit | commitdiff | tree |
2012-02-05 |
David Levine | Exit with error message if no library could be found...
|
commit | commitdiff | tree |
2012-02-03 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
|
commit | commitdiff | tree |
2012-02-03 |
David Levine | Use more up-to-date web page links of Jerry Peek's...
|
commit | commitdiff | tree |
2012-02-01 |
David Levine | Added #includes to pick up declaration of waitpid()
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Made ChangeLog target phony so it will always get regenerate...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Made ChangeLog phony so it will always get regenerated...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | The www.ics.uci.edu/~mh/ links are dead, so replaced...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Replaced static ChangeLog with one generated by git...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Organized .gitignore to show which objects are deleted...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Added superclean Makefile target. Added a.out.DSYM...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Removed config.guess and config.sub because they're...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Updated to latest config.guess and config.sub before...
|
commit | commitdiff | tree |
2012-01-28 |
David Levine | Changed a variable to unsigned and noted an argument...
|
commit | commitdiff | tree |
2012-01-27 |
David Levine | Added clean-local target to remove RPM directory.
|
commit | commitdiff | tree |
2012-01-27 |
David Levine | Added uip/*.exe, for Cygwin.
|
commit | commitdiff | tree |
2012-01-27 |
David Levine | Removed slash in front of $(man5dir) of install-data...
|
commit | commitdiff | tree |
2012-01-26 |
David Levine | Fixed rpm target now that nmhdist is gone.
|
commit | commitdiff | tree |
2012-01-26 |
David Levine | Updated config test to add -Wextra to be consistent...
|
commit | commitdiff | tree |
2012-01-26 |
David Levine | If using gcc, use -Wno-unused-macros when compiling...
|
commit | commitdiff | tree |
2012-01-26 |
David Levine | Removed unused local bp.
|
commit | commitdiff | tree |
2012-01-26 |
David Levine | Undid most of 3ef341abe440ece07f8deed59fb026ab020e805...
|
commit | commitdiff | tree |
2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semantics...
|
commit | commitdiff | tree |
2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to...
|
commit | commitdiff | tree |
2012-01-17 |
David Levine | Removed HAVE_STRUCT_TM_TM_GMTOFF support because it...
|
commit | commitdiff | tree |
2012-01-17 |
David Levine | Pass int instead of char to iscntrl() and isspace(...
|
commit | commitdiff | tree |
2012-01-17 |
David Levine | Added EXEEXT support, for Cygwin.
|
commit | commitdiff | tree |
2012-01-16 |
David Levine | Fixed build on Cygwin by adding configure check for...
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | Argument to alrmser is unused.
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | Fixed warnings from gcc -Wclobbered by adding volatile...
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | Cleaned up gcc warnings when CYRUS_SASL is not enabled.
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | Added -Wextra with gcc, if supported.
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | Changed types and added casts so that build is clean...
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | gcc -Wmissing-field-initializers noticed several struct...
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | configure.ac and aclocal.m4 instead of configure.in...
|
commit | commitdiff | tree |
2012-01-14 |
David Levine | Documented support of OURDEFS to pass compile flags...
|
commit | commitdiff | tree |
2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about...
|
commit | commitdiff | tree |
2012-01-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
|
commit | commitdiff | tree |
2012-01-13 |
David Levine | Added -Wunused-macros with gcc, if supported. Added...
|
commit | commitdiff | tree |
2012-01-12 |
David Levine | Enabled support for tls switch.
|
commit | commitdiff | tree |
2012-01-12 |
David Levine | Removed unsupported format and check switches, and...
|
commit | commitdiff | tree |
2012-01-12 |
David Levine | Removed, or added use of, unused macros to prevent...
|
commit | commitdiff | tree |
2012-01-11 |
David Levine | Removed or protected some unused macros.
|
commit | commitdiff | tree |
2012-01-11 |
David Levine | Removed unused global zones and local z form dtimezone ().
|
commit | commitdiff | tree |
2012-01-11 |
David Levine | Added #include <grp.h>. It's needed on Linux, should...
|
commit | commitdiff | tree |
2012-01-09 |
David Levine | Removed a remaining RETSIGTYPE. Also change a few...
|
commit | commitdiff | tree |
2012-01-08 |
David Levine | Removed unused bcmp, bcopy, bcpy, and bzero #defines.
|
commit | commitdiff | tree |
2012-01-08 |
David Levine | gcc -Wempty-body warned that the check of the result...
|
commit | commitdiff | tree |
2012-01-08 |
David Levine | Removed traces of bboards and bbc from mh-profile and...
|
commit | commitdiff | tree |
2012-01-08 |
David Levine | Wrapped #include of config.h with #ifdef HAVE_CONFIG_H...
|
commit | commitdiff | tree |
2012-01-08 |
David Levine | Removed hard-coded -I.. and -I../.. from INCLUDES,...
|
commit | commitdiff | tree |
2012-01-07 |
David Levine | Added Content-Description header with the filename...
|
commit | commitdiff | tree |
2012-01-07 |
David Levine | Added note about fileproc and mhlproc mh-profile entries.
|
commit | commitdiff | tree |
2012-01-07 |
David Levine | Added removal of autom4te.cache directory to mostlyclean...
|
commit | commitdiff | tree |
2012-01-07 |
David Levine | Quoted argument to AC_LINK_IFELSE to silence authoheader...
|
commit | commitdiff | tree |
2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post'
|
commit | commitdiff | tree |
2012-01-06 |
David Levine | Added datarootdir definitions to silence warnings from...
|
commit | commitdiff | tree |
2012-01-06 |
David Levine | Fixed trivial compile warnings.
|
commit | commitdiff | tree |
2012-01-06 |
David Levine | Merge branch 'master', remote-tracking branch 'origin'
|
commit | commitdiff | tree |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, and whatnow...
|
commit | commitdiff | tree |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, and whatnow...
|
commit | commitdiff | tree |
2012-01-05 |
David Levine | Feed fileproc and mhlproc from rcvdist, send, whatnow...
|
commit | commitdiff | tree |
2012-01-03 |
David Levine | Added note about cpio failing to unpack an nmh tarball.
|
commit | commitdiff | tree |
2011-12-28 |
David Levine | Moved #endif so that lockit () is only declared with...
|
commit | commitdiff | tree |
2011-12-28 |
David Levine | Reworked nmh.spec to support rpmbuild from source RPM.
|
commit | commitdiff | tree |
2011-12-25 |
David Levine | Removed unused vmh.c and wmh.c.
|
commit | commitdiff | tree |
2011-12-25 |
David Levine | Changed second argument of calls to part_ok() and type_ok...
|
commit | commitdiff | tree |
2011-12-25 |
David Levine | Replaced cvs with git references. I'm not sure about...
|
commit | commitdiff | tree |
2011-12-24 |
David Levine | Added --with-rpmdir configure option so that user can...
|
commit | commitdiff | tree |
2011-12-14 |
David Levine | Added comments about source of description, etc.
|
commit | commitdiff | tree |
2011-12-13 |
David Levine | Replaced use of GNU make shell function with backticks...
|
commit | commitdiff | tree |
2011-12-13 |
David Levine | The docs/Makefile install target didn't do anything...
|
commit | commitdiff | tree |
2011-12-13 |
David Levine | Added RPM/ so that git status doesn't mention that...
|
commit | commitdiff | tree |
2011-12-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
|
commit | commitdiff | tree |
2011-12-13 |
David Levine | Moved version number from nmh.spec to Makefile.in,...
|
commit | commitdiff | tree |
2011-12-11 |
David Levine | Added first cut at nmh.spec, along with rpm: target...
|
commit | commitdiff | tree |
2011-12-11 |
David Levine | Removed netdb.h because we no longer distribute it.
|
commit | commitdiff | tree |
2011-12-11 |
David Levine | Removed unused local variables to eliminate warnings...
|
commit | commitdiff | tree |
2010-12-08 |
David Levine | * uip/whatnowsbr.c: enforce requirement of at least...
|
commit | commitdiff | tree |
2010-12-08 |
David Levine | man/send.man: added name= portion to Content-Type
|
commit | commitdiff | tree |
2010-08-31 |
David Levine | * uip/.cvsignore: added "new".
|
commit | commitdiff | tree |
2009-12-30 |
David Levine | * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast
|
commit | commitdiff | tree |
2009-12-30 |
David Levine | * uip/new.c: cast folder_len to int to avoid warning on
|
commit | commitdiff | tree |
2009-12-25 |
David Levine | * uip/inc.c: gcc 4.4.1 noticed that maildir could...
|
commit | commitdiff | tree |
2009-12-21 |
David Levine | * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of
|
commit | commitdiff | tree |
2008-10-23 |
David Levine | * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822...
|
commit | commitdiff | tree |
2008-10-23 |
David Levine | * sbr/m_getfld.c: in warning message, use NAMESZ-2...
|
commit | commitdiff | tree |
2008-10-23 |
David Levine | * docs/MAIL.FILTERING: added note on removing procmail...
|
commit | commitdiff | tree |
next |