mmh
2012-03-15 Ken HornsteinFix some warnings.
2012-03-15 Ken HornsteinI guess the -i option to sed works differently on Linux...
2012-03-15 David LevineInitialized local format_len. gcc on 64-bit Linux...
2012-03-15 Ken HornsteinNew test suite for "post"; uses fakesmtp to trap the...
2012-03-15 Ken HornsteinMake sure we don't send Envelope-From if we're using...
2012-03-14 Ken HornsteinA new test program, fakesmtp, to help us test post.
2012-03-14 Ken HornsteinFix the SMTP code so it doesn't end up in a hard loop...
2012-03-14 David LevineDisabled the optimization to stop stat'ing directory...
2012-03-14 David LevineChanged output_md5() to output just the checksum. ...
2012-03-14 David LevineAdded test/getfqnd.c, a replacement for "hostname"...
2012-03-14 David LevineOn some platforms, need to be out of $SPDIR in order...
2012-03-14 David LevinePromote uid_t value to long and print with %ld to preve...
2012-03-13 Ken HornsteinModify getfullname so it performs the same processing...
2012-03-13 Ken HornsteinCreate proper prototypes for formataddr() and concataddr().
2012-03-13 Ken HornsteinNew changes: Sender: cannot be blank, Sender: always...
2012-03-12 Ken HornsteinRequire From: header in all outgoing messages.
2012-03-12 Ken HornsteinAdd support for a -notls switch, for consistency's...
2012-03-12 Ken HornsteinClean up a bunch of unused code and options. Specifically:
2012-03-12 Ken HornsteinSMTPMTS has been the default for over a decade, so...
2012-03-12 David LevineFixed mhstore to honor nmh-storage profile entry even...
2012-03-11 David LevineThere were two fd leaks in mhparse.c:
2012-03-10 David LevineReplaced UTC-8 with UTF-8.
2012-03-10 David LevineRemoved bash-ism from test-pick.
2012-03-09 David LevineEnabled all groff warnings, with -ww, in manpages test...
2012-03-09 David LevineFixed mhlist -verbose to work with all content types...
2012-03-09 David Levine1) Removed -noverbose from defaults of mhshow man page...
2012-03-08 David LevineAdded test-refile.
2012-03-08 David LevineReplaced us-ascii with iso-8859-1 in examples, just...
2012-03-07 David LevineAdded test-mhparam and test-mhstore.
2012-03-07 David LevineRemoved all traces of rmfproc. It had been used by...
2012-03-07 David LevineSome of the man pages had mentioned that arguments...
2012-03-07 David LevineEscape spaces in DEFAULTS sections of man pages so...
2012-03-07 David LevineRemoved ignored -verbose (and -noverbose) options to...
2012-03-07 David LevineFixed example to show that mhparam preserves case of...
2012-03-07 David LevineInitialized local wasdlm to prevent uninitialized use.
2012-03-05 Ken HornsteinFinally got a reasonable burst test working.
2012-03-05 Ken HornsteinUpdate with recent fix.
2012-03-05 Ken HornsteinChange this to use "uint32_t" for a 32-bit type, otherw...
2012-03-05 Ken HornsteinFix burst so it actually complies with RFC 934. This...
2012-03-05 Ken HornsteinA test for burst; still needs work.
2012-03-03 David LevineAdded test-mhlist.
2012-03-03 David Levinemhbuild -check would always fail because it tried to...
2012-03-02 David LevineBrought mh-chart man page up to date.
2012-03-01 David LevineAdded documentation of -snoop.
2012-03-01 David LevineRemoved RCS sparc object file.
2012-03-01 David LevineUnder docs/historical/mh-6.8.5, mh.rf and mh.me were...
2012-03-01 David LevineRemoved entire docs/historical/mh-6.8.5/local/ tree...
2012-03-01 Ken Hornstein%G isn't actually part of POSIX, so change to %Y.
2012-03-01 Ken HornsteinFixed a problem that caused the test to fail if you...
2012-03-01 David LevineInitialized local msgnum to 0.
2012-03-01 David LevineAdded all of the MH sources, including RCS files, in
2012-02-29 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-29 David LevineRemoved the sources to the historical documents just...
2012-02-29 David LevineAdded sources to historical documents downloaded from
2012-02-29 Ken HornsteinFix a segfault that happens when using the -file option.
2012-02-29 Ken HornsteinArgh, I didn't mean to commit the distcomps I was using...
2012-02-29 Ken Hornsteindist(1) now processes drafts using mh-format! The...
2012-02-29 Ken HornsteinFix this man page for the New World Order.
2012-02-29 Ken HornsteinImprove these man pages a bit.
2012-02-29 Ken HornsteinAdd support for %(msg) function working when not using...
2012-02-29 Ken HornsteinPart of the patch from bug #4301; clean up our prototyp...
2012-02-29 David LevineAdded docs/historical/. See README for where they...
2012-02-28 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-28 David LevineRemoved blank line after "End of Forwarded Message...
2012-02-28 Ken HornsteinAdd the note about the burst(1) change to pending-relea...
2012-02-28 Ken HornsteinFix bug #1466. It turns out that RFC 934 specifies...
2012-02-28 David LevineAdded cast in conditional to prevent signed/unsigned...
2012-02-28 David LevineChanged domains in man page and test examples to use...
2012-02-28 David LevineFixed to report failure if getfulname hadn't been built...
2012-02-28 David LevineThey test with output to a tty didn't work under make...
2012-02-28 Ken HornsteinAdd support for -nosasl and -saslmaxssf switches.
2012-02-27 Ken HornsteinDocument changes to forw(1).
2012-02-27 Ken HornsteinClean up some typos in here.
2012-02-27 Ken HornsteinGot the forw -digest test working.
2012-02-27 Ken HornsteinUpdate digestcomps and forwcomps with comments and...
2012-02-27 Ken HornsteinMake -volume switch actually work (it always got overri...
2012-02-27 Ken HornsteinRemove the forw-digest test until we have it working.
2012-02-27 Ken HornsteinA test for forw -digest. It doesn't quite work yet.
2012-02-27 Ken HornsteinFix up some of the pick tests:
2012-02-27 Ken HornsteinUpdate the pending release notes with new features.
2012-02-27 Ken HornsteinAdd a new README documenting the changes to the compone...
2012-02-27 Ken HornsteinBeginnings of a test suite for the mh-format support...
2012-02-26 David LevineAdded test-pick.
2012-02-26 David LevineSuppress echoing of man page build lines. One of them...
2012-02-26 David LevineChanged type of a local to unsigned and removed local...
2012-02-26 David LevineAdded gcov and gcov-clean targets.
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...
2012-02-23 Ken HornsteinCreate a test for the new mh-format processing availabl...
2012-02-23 David LevineAdded test-flist and test-mark sequences tests.
2012-02-23 David LevineDon't list _sysconfdir/ directory in RPM spec. We...
2012-02-22 David LevineRemoved reference to mhost.com.
2012-02-22 David LevineUpdated to reflect that all of the lists are on nongnu...
2012-02-22 David LevineWith "make rpm", configure all modified files in syscon...
2012-02-21 Ken HornsteinAdd support for a -subject switch to comp.
2012-02-21 Ken HornsteinSwitch from (me) to (localmbox) to make -cc me work...
2012-02-21 David LevineMigrated a couple more tests to use run_test() in commo...
2012-02-20 Ken HornsteinPut default From: headers in these component files...
2012-02-20 Ken HornsteinClean up documentation formatting
2012-02-20 David LevineRemoved unused local ncomps because gcc complained...
2012-02-20 Ken HornsteinAdd support for "to", "cc", "from", and "fcc" component...
next