mmh
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...
2012-02-19 Ken HornsteinFix a bug leftover from the Automake conversion; the...
2012-02-19 David LevineKen noted that "make check" can be run before installat...
2012-02-18 David LevineMoved "make check" to after "make install".
2012-02-18 David Levinegcc was warning about unused arguments to main, so...
2012-02-18 David LevineConsolidated runtest and check_string test functions.
2012-02-18 David LevineHave each test clean up after itself if it completes...
2012-02-18 David LevineAdded mhpath test. Updated mhpath man page to reflect...
2012-02-18 David LevineThe test check() function now removes the expected...
2012-02-18 David LevineInitialized local "in" to suppress gcc warning about...
2012-02-18 David LevineEnclosed program name and directory in double quotes...
2012-02-18 David LevineHere's the proper fix instead of the hack of d28ce569fe...
2012-02-17 Ken HornsteinBeginning support for mh-format support in comp(1)...
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-17 Ken HornsteinSwitch to including h/mts.h for getusername() prototype.
2012-02-17 David LevineAdded a couple of NMH_UNUSED's to suppress warnings...
2012-02-17 David LevineHacked to work with make distcheck. Maybe not the...
2012-02-17 David LevineMoved check() function from individual tests to common.sh.
2012-02-17 David LevineRearranged test suite environment variables so that...
2012-02-16 Ken HornsteinReport an error when the width used by putaddr is less...
2012-02-16 Ken HornsteinHopefully made the format documentation a little bit...
2012-02-16 Ken HornsteinFix typo in repl man page.
2012-02-15 Ken HornsteinCreate test cases for the new format functions for...
2012-02-15 Ken HornsteinMake it so we do NOT check our address against the...
2012-02-15 Ken HornsteinSigh. Turns out the first entry in the list isn't...
2012-02-15 Ken HornsteinHm, it turns out we need to make sure we call getname...
2012-02-15 Ken HornsteinBeginning of support for the Local-Mailbox profile...
2012-02-15 Ken HornsteinSupport getting the "fullname" out of the Signature...
2012-02-15 David LevineUpdated documentation of environment variables in mh...
2012-02-15 Ken HornsteinAdd two new format functions: %(myhost) and %(myname).
2012-02-14 David LevineChanged "make test" to "make check".
2012-02-14 David LevineFixed progress indicator.
2012-02-12 Ken HornsteinAnother problem discovered by the test suite.
2012-02-12 Paul Foxcorrect the maximum number of sequences in the mark...
2012-02-12 Paul Foxmhshow: suppress pause actions if stdout isn't a tty
2012-02-11 Ken HornsteinFix this so it works when valgrind is installed.
2012-02-11 Ken HornsteinSwitch over to using the template files out of our...
2012-02-11 Ken HornsteinSwitch to using the "inst" version of mhl for tests.
2012-02-11 Ken HornsteinRe-work the test suite so it now works with Automake...
2012-02-11 Ken HornsteinFix typo in alternate mts.conf location support.
2012-02-10 Ken HornsteinMake the test suite work on systems other than Linux...
2012-02-10 Ken HornsteinWith the fixing of the bug that caused CPPFLAGS to...
2012-02-10 Ken HornsteinFix typo in variable test.
2012-02-10 David LevineShow assignment of configure variables using VAR=VALUE...
2012-02-09 David LevineUpdated INSTALL and MACHINES documentation a bit.
2012-02-09 David LevineAdded mhshow subpart test.
2012-02-09 David LevineAlways run setup-test from make test/runalltests, just...
2012-02-08 David LevineAdded OURDEFS to DEFS in Makefile.am, to restore it...
2012-02-08 David LevineRemoved use of tzset()/tzname in dtimezone(). They...
2012-02-08 David LevineReverted TZ hack to tests, 9ea2daf5e74e3ff03043cfa6fb68...
2012-02-07 David LevineAnother one caught by the test suite: an indented...
2012-02-07 David LevineSome tests failed because they displayed the user's...
2012-02-07 David LevineCaught by the test suite: sequences[0] needs to be...
2012-02-07 David LevineReworked test suite to copy the configuration used...
2012-02-06 Ken HornsteinStill more autoconf cleanup (quoting & more use of...
2012-02-06 Ken HornsteinPatch from Harvey Eneman: fixes problem on some systems...
2012-02-06 Ken HornsteinUpdate the developer documentation with the changes...
2012-02-06 Ken HornsteinMore configure cleanup to modern constructs.
2012-02-05 Ken HornsteinAutoconf cleanup to suggested practice (AS_IF & AC_MSG_...
2012-02-05 David LevineAdded error message if the file is source directly...
2012-02-05 David LevineExit with error message if no library could be found...
2012-02-04 Ken HornsteinWhoops, used "buffer" when I meant "buf".
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-02-03 David LevineUse more up-to-date web page links of Jerry Peek's...
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-02-03 Ken HornsteinMake the upload target phony.
2012-02-03 Ken HornsteinBeginnings of an upload Makefile target.
2012-02-03 Ken HornsteinUpdate with new features.
2012-02-03 Ken HornsteinDocument the formatproc entry.
2012-02-03 Ken HornsteinMove the eval statements inside of AC_CONFIG_COMMANDS_P...
2012-02-01 David LevineAdded #includes to pick up declaration of waitpid()
2012-01-31 Ken HornsteinWhoops, I need to make sure the buffer I pass to putcom...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-28 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-28 David LevineMade ChangeLog target phony so it will always get regen...
2012-01-28 David LevineMade ChangeLog phony so it will always get regenerated...
2012-01-28 David LevineThe ics.uci.edu/~mh/ links are dead, so replaced them...
2012-01-28 David LevineReplaced static ChangeLog with one generated by git...
2012-01-28 Ken HornsteinCreate "nowrap" flag to turn off all line wrapping.
2012-01-28 David LevineOrganized .gitignore to show which objects are deleted...
2012-01-28 David LevineAdded superclean Makefile target. Added a.out.DSYM...
2012-01-28 David LevineRemoved config.guess and config.sub because they're...
2012-01-28 David LevineUpdated to latest config.guess and config.sub before...
2012-01-28 David LevineChanged a variable to unsigned and noted an argument...
2012-01-27 Ken HornsteinFix long-standing problem with getans(); handle the...
2012-01-27 Ken HornsteinConvert to the use of siglongjmp()
2012-01-27 Ken HornsteinMake POP support always be turned on.
2012-01-27 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2012-01-27 Lyndon NerenbergTypo fix.
2012-01-27 David LevineAdded clean-local target to remove RPM directory.
2012-01-27 David LevineAdded uip/*.exe, for Cygwin.
next