Added mhmail.in. start of a replacement for compiled mhmail.
[mmh] / uip /
2012-06-14 David LevineAdded mhmail.in. start of a replacement for compiled...
2012-06-13 David LevineGenerate a From: header, using localmbox, if the user...
2012-06-13 Alexander ZangerlChanged remaining uses of MAXPATHLEN to PATH_MAX.
2012-06-08 David LevineChanged repl and dist default to -noatfile.
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-06-07 David LevineRemoved the following environment variables, deprecated...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-06-01 Ken HornsteinFix off-by-one error, noticed by Ralph Corderoy.
2012-05-31 Paul FoxImplement the following changes:
2012-05-24 David LevineUpdate the current folder and current message and synch...
2012-05-07 David LevineFixed some more problems caught by gcc -ansi -pedantic.
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-05-06 David LevineAdded check for EPERM when checking errno after a faile...
2012-04-25 Ken HornsteinDisable utmpx support for systems that lack getutxent.
2012-04-20 Ken HornsteinImplment -noatfile in a different way; it turns out...
2012-04-13 Ken HornsteinSupport -fmtproc -nofmtproc in show.
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-04-11 David LevineRemoved unused Hesiod relic.
2012-04-06 Ken HornsteinAdd support for -fmtproc and -nofmtproc switches to...
2012-04-06 Ken HornsteinFix forw so it respects the -form switch again for...
2012-04-02 Ken HornsteinWhoops, fix a typo in my last commit.
2012-04-02 Ken HornsteinImplement fix in 59b086daa57105e8fbd8b1e6ba60be6a845faf...
2012-03-27 David LevineRemoved the hostable option from mts.conf because it...
2012-03-25 Ken HornsteinAdd support for %(size).
2012-03-24 Ken HornsteinAdd this support for setting the CT_ADDR flag.
2012-03-24 Ken HornsteinRevert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506...
2012-03-21 Ken HornsteinSupport for readline command history, editing, and...
2012-03-21 Ken HornsteinRevert previous change to get rid of MULTIBYTE_SUPPORT...
2012-03-21 David LevineFixed harmless compile warnings.
2012-03-21 Ken HornsteinIt turns out that as part of POSIXification we got...
2012-03-21 Ken HornsteinUse _exit() instead of exit() so our writer process...
2012-03-20 Ken HornsteinBasic work to add arguments to formatproc calls.
2012-03-19 Ken HornsteinFix a bug where a message header ending right on the...
2012-03-17 David LevineRemoved some unused code having to do with permissions...
2012-03-16 Ken HornsteinMake -attach Nmh-Attachment & -attachformat 1 the default.
2012-03-16 Ken HornsteinCreate new switches -atfile and -noatfile to control...
2012-03-16 Ken HornsteinCall readconfig() on mhn.defaults so we get default...
2012-03-15 Ken HornsteinRemove all masquerade support (draft_from is now the...
2012-03-15 Ken HornsteinClean up prototypes.
2012-03-15 David LevineInitialized local format_len. gcc on 64-bit Linux...
2012-03-15 Ken HornsteinMake sure we don't send Envelope-From if we're using...
2012-03-14 David LevineDisabled the optimization to stop stat'ing directory...
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-09 David LevineFixed mhlist -verbose to work with all content types...
2012-03-07 David LevineRemoved all traces of rmfproc. It had been used by...
2012-03-07 David LevineInitialized local wasdlm to prevent uninitialized use.
2012-03-05 Ken HornsteinFix burst so it actually complies with RFC 934. This...
2012-03-03 David Levinemhbuild -check would always fail because it tried to...
2012-03-01 David LevineInitialized local msgnum to 0.
2012-02-29 Ken HornsteinFix a segfault that happens when using the -file option.
2012-02-29 Ken Hornsteindist(1) now processes drafts using mh-format! The...
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-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 HornsteinFix bug #1466. It turns out that RFC 934 specifies...
2012-02-28 Ken HornsteinAdd support for -nosasl and -saslmaxssf switches.
2012-02-27 Ken HornsteinMake -volume switch actually work (it always got overri...
2012-02-26 David LevineChanged type of a local to unsigned and removed local...
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...
2012-02-21 Ken HornsteinAdd support for a -subject switch to comp.
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-18 David LevineInitialized local "in" to suppress gcc warning about...
2012-02-17 Ken HornsteinBeginning support for mh-format support in comp(1)...
2012-02-17 David LevineAdded a couple of NMH_UNUSED's to suppress warnings...
2012-02-12 Ken HornsteinAnother problem discovered by the test suite.
2012-02-12 Paul Foxmhshow: suppress pause actions if stdout isn't a tty
2012-02-07 David LevineCaught by the test suite: sequences[0] needs to be...
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
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 Ken HornsteinCreate "nowrap" flag to turn off all line wrapping.
2012-01-28 David LevineChanged a variable to unsigned and noted an argument...
2012-01-27 Ken HornsteinMake POP support always be turned on.
2012-01-26 David LevineRemoved unused local bp.
2012-01-26 lyndonuip/termsbr.c: remove references to PC and ospeed().
2012-01-20 Ken HornsteinConvert the build system over to the use of Automake.
2012-01-17 David LevineWell the wrap of vfork() calls didn't work: its semant...
2012-01-17 Ken HornsteinConvert from utmp functions to utmpx functions (which...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-17 David LevineAdded EXEEXT support, for Cygwin.
2012-01-16 David LevineFixed build on Cygwin by adding configure check for...
2012-01-14 David LevineFixed warnings from gcc -Wclobbered by adding volatile...
2012-01-14 David LevineChanged types and added casts so that build is clean...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2012-01-12 David LevineEnabled support for tls switch.
2012-01-12 David LevineRemoved unsupported format and check switches, and...
2012-01-12 David LevineRemoved, or added use of, unused macros to prevent...
2012-01-11 David LevineRemoved or protected some unused macros.
next