2012-01-03 |
David Levine | Added note about cpio failing to unpack an nmh tarball. |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Ken Hornstein | Switch to using buffered I/O when doing TLS (but only... |
commit | commitdiff | tree | snapshot |
2012-01-03 |
Ken Hornstein | Updated these files since we've finally got 1.4 out... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
David Levine | Moved #endif so that lockit () is only declared with... |
commit | commitdiff | tree | snapshot |
2011-12-28 |
David Levine | Reworked nmh.spec to support rpmbuild from source RPM. |
commit | commitdiff | tree | snapshot |
2011-12-25 |
David Levine | Removed unused vmh.c and wmh.c. |
commit | commitdiff | tree | snapshot |
2011-12-25 |
David Levine | Changed second argument of calls to part_ok() and type_... |
commit | commitdiff | tree | snapshot |
2011-12-25 |
David Levine | Replaced cvs with git references. I'm not sure about... |
commit | commitdiff | tree | snapshot |
2011-12-24 |
David Levine | Added --with-rpmdir configure option so that user can... |
commit | commitdiff | tree | snapshot |
2011-12-14 |
David Levine | Added comments about source of description, etc. |
commit | commitdiff | tree | snapshot |
2011-12-13 |
David Levine | Replaced use of GNU make shell function with backticks... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
David Levine | The docs/Makefile install target didn't do anything... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
David Levine | Added RPM/ so that git status doesn't mention that... |
commit | commitdiff | tree | snapshot |
2011-12-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
commit | commitdiff | tree | snapshot |
2011-12-13 |
David Levine | Moved version number from nmh.spec to Makefile.in,... |
commit | commitdiff | tree | snapshot |
2011-12-12 |
Ken Hornstein | Make sure to not reset hghnum (in the Maildir code... |
commit | commitdiff | tree | snapshot |
2011-12-11 |
David Levine | Added first cut at nmh.spec, along with rpm: target... |
commit | commitdiff | tree | snapshot |
2011-12-11 |
David Levine | Removed netdb.h because we no longer distribute it. |
commit | commitdiff | tree | snapshot |
2011-12-11 |
David Levine | Removed unused local variables to eliminate warnings... |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Ken Hornstein | Make sure to ignore the nmh dist file. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
Ken Hornstein | Since we're now moving past 1.4, bump this. |
commit | commitdiff | tree | snapshot |
2011-12-07 |
David Malone | Add support to inc for incorporting email from Maildir... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Ken Hornstein | Whoops, user & port were in the wrong order so msgchk... mmh-start |
commit | commitdiff | tree | snapshot |
2011-02-22 |
Ken Hornstein | Updated the developer README with a few notes about... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Paul Vixie | Signed-off-by: Ken Hornstein <kenh@pobox.com> |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Peter Maydell | Clean up code in inc.c |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Suppress tsort diagnostic waffle |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix unused-function warnings in lex output |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in fmt_rfc2047.c |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix used-uninitialised warning in new.c |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix crash if fnext/fprev are given an empty folder... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Peter Maydell | Fix warning in sbr/folder_addmsg.c by code cleanup |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ken Hornstein | Fix so this compiles without SASL support. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ken Hornstein | All of the arguments to AC_ARG_ENABLE need to be quoted... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Ken Hornstein | Make sure we ignore config.h.in~ |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Markus Schnalke | fix typo and clarify two sentences in mhpath man page |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Markus Schnalke | improve mhparam man page |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Oliver Kiddle | fix badly formatted code found by Markus Schnalke |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Scott Snyder | propagate and check return status of close() in slocal |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Markus Schnalke | document msg parameter to folder |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Oliver Kiddle | switches need to be renumbered following removal of... |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Ken Hornstein | Massive garbage collection. Remove functionality for... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
David Levine | * uip/whatnowsbr.c: enforce requirement of at least... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
David Levine | man/send.man: added name= portion to Content-Type |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ken Hornstein | Whoops, forgot to bracket the calls for TLS shutdown... |
commit | commitdiff | tree | snapshot |
2010-12-03 |
Ken Hornstein | Update for git conversions (and cleanup of autogen... |
commit | commitdiff | tree | snapshot |
2010-12-02 |
Ken Hornstein | Change configure.in to emit a warning when an argument... |
commit | commitdiff | tree | snapshot |
2010-11-21 |
Ken Hornstein | Fix the test for sasl.h to look in the correct place. cvs-repository-moved-to-git |
commit | commitdiff | tree | snapshot |
2010-11-19 |
Ken Hornstein | (Minor) cleanup of some of the autoconf code with respe... |
commit | commitdiff | tree | snapshot |
2010-11-12 |
Peter Maydell | man/slocal.man: fix formatting error that meant a subse... |
commit | commitdiff | tree | snapshot |
2010-11-10 |
Peter Maydell | configure.in: add a level of expansion for mandir when... |
commit | commitdiff | tree | snapshot |
2010-11-09 |
Peter Maydell | man/rmm.man: fix error in synopsis: the option is ... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Peter Maydell | Silence a (harmless) uninitialized variable warning. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
David Levine | * uip/.cvsignore: added "new". PRE_POSIX_CONVERSION |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Earl Hood | #ifdef AI_ADDRCONFIG since older IPv4-only systems... |
commit | commitdiff | tree | snapshot |
2010-02-06 |
Earl Hood | Fixed variable declaration so older compilers will... |
commit | commitdiff | tree | snapshot |
2010-02-04 |
Earl Hood | * Bug #15213, #18635: The use of the insecure m_scratch... |
commit | commitdiff | tree | snapshot |
2010-02-03 |
Earl Hood | * mts/smtp/smtp.c: added SASL support if mts configuration |
commit | commitdiff | tree | snapshot |
2009-12-30 |
David Levine | * uip/mhlistsbr.c, uip/mhlsbr.c, uip/picksbr.c: cast |
commit | commitdiff | tree | snapshot |
2009-12-30 |
David Levine | * uip/new.c: cast folder_len to int to avoid warning on |
commit | commitdiff | tree | snapshot |
2009-12-25 |
David Levine | * uip/inc.c: gcc 4.4.1 noticed that maildir could... |
commit | commitdiff | tree | snapshot |
2009-12-21 |
David Levine | * mts/smtp/smtp.c: In sm_auth_sasl (), removed zeroing of |
commit | commitdiff | tree | snapshot |
2009-01-26 |
Josh Bressers | Remove duplicate sm_fgetc() declaration |
commit | commitdiff | tree | snapshot |
2009-01-21 |
Ken Hornstein | Fix warning in getaddrinfo() call. |
commit | commitdiff | tree | snapshot |
2009-01-18 |
Eric Gillespie | * etc/mhn.defaults.sh: Never try to make mhshow start... |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Eric Gillespie | Note 'new' commands. |
commit | commitdiff | tree | snapshot |
2009-01-17 |
Eric Gillespie | * test/runtest, test/tests/inc/test-deb359167, |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ken Hornstein | Move freeaddrinfo() to inside of our loop; this prevent... |
commit | commitdiff | tree | snapshot |
2009-01-16 |
Ken Hornstein | Massive overhaul of networking code. Changes: |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Peter Maydell | * sbr/m_getfld.c: fix two bugs which could cause us... |
commit | commitdiff | tree | snapshot |
2008-12-26 |
Peter Maydell | test/common.sh: new file for common utility functions... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Peter Maydell | test/runtest: automatically run setup-test if it hasn... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
David Levine | * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
David Levine | * sbr/m_getfld.c: in warning message, use NAMESZ-2... |
commit | commitdiff | tree | snapshot |
2008-10-23 |
David Levine | * docs/MAIL.FILTERING: added note on removing procmail... |
commit | commitdiff | tree | snapshot |
2008-08-19 |
Eric Gillespie | +mhn.defaults.sh.cfg |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * test/setup-test: Don't run autogen.sh unless needed... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | This is what happens with last-minute "safe" improvemen... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * sbr/ambigsw.c: Send print_sw output to stderr. ... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * uip/pick.c: Ensure valid sequence name as soon as... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * uip/pick.c: Print matching messages immediately... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * uip/Makefile.in, uip/popi.c: Remove popi.c, which... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Eric Gillespie | * h/mhparse.h: Move interfaces also used by mhbuildsbr... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | Oops, meant to use $failed (number of failed checks... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | Add descriptive headers, as other tests have. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | * test/tests/bad-input/test-header: Add test for it. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | * test/tests/mhshow/test-qp: Test various valid and... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Eric Gillespie | Ignore test-temp-dir. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Paul Fox | add one more hint for developers, to explicitly point... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Peter Maydell | autogen.sh (new file): add script for running the GNU... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Eric Gillespie | * sbr/discard.c, sbr/m_getfld.c, uip/scansbr.c: Add... |
commit | commitdiff | tree | snapshot |
2008-08-08 |
Eric Gillespie | s/ls/cd/ in comment (probably pasted from test-ls) |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Peter Maydell | uip/folder.c: chdir(nmhdir) in main rather than in... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Peter Maydell | Dump hacky overoptimisation in addir -- it doesn't... |
commit | commitdiff | tree | snapshot |
2008-08-05 |
Peter Maydell | Simplify dodir/addir/addfold (patch from Eric Gillespie) |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | bug #23319: rework the way we handle the working direct... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | test/setup-test: use 'set -e' so we stop on compile... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | Add protective 'do { ... } while (0)' wrappers to multi... |
commit | commitdiff | tree | snapshot |
2008-08-03 |
Peter Maydell | Bug #23436: fix some minor manpage syntax errors and... |
commit | commitdiff | tree | snapshot |
next |