Cleaned up test-utf8-body a bit.
[mmh] / uip /
2012-08-09 David LevineAdded default_content_type argument to
2012-07-22 Alexander Zangerlwhatnow cooks up strings for executing external command...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-21 David LevineIf post or send fail, exit with their exit status.
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-07-10 David LevineRemoved -m from sendmail invocation with sendmail/pipe...
2012-07-10 David LevineCorrection to previous commit, 704bdde497da69854846d51d...
2012-07-10 David LevineRemoved use of the ONEX sendmail verb. It is obsolete,
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-06-29 David LevineRemoved the one remaining unused #ifdef ISI.
2012-06-23 David LevineAllow optional -to in front of To: addresses with mhmail.
2012-06-23 David LevineAdded checks for missing mandatory arguments to mhmail.
2012-06-22 David LevineChanged -header-field to -headerfield. And refer to...
2012-06-19 David LevineChanged permissions from 0755 to 0644 on a few .c files.
2012-06-19 David LevineAdded -attach switch to mhmail.
2012-06-19 David LevineAdded -header-field switch to mhmail.
2012-06-18 David LevineRemoved possible tmp file leak.
2012-06-18 David Levinemhmail now supports -profile -resend.
2012-06-18 David LevineHere's a better fix that e194fdf11df779597e19039a67454e...
2012-06-17 David LevineReplaced mhmail -debug switch with -nosend, and added...
2012-06-17 David LevineAdded -resent support to mhmail. It doesn't work with...
2012-06-16 David LevineReplaced compiled mhmail with script that was formerly...
2012-06-16 David LevineReworked to be as compatible as possible with compiled...
2012-06-15 David LevineFixed temporary autoconf workaround by hard-coding...
2012-06-15 David LevineAdd trailing newline to body, if needed.
2012-06-14 Ken HornsteinMake the base64 encoder endian-agnostic, and remove...
2012-06-14 David LevineDocumented mhparam -debug option.
2012-06-14 David LevineIf post/send fail, save the draft in dead.letter, the...
2012-06-14 Alexander ZangerlThe base64-decoder doesn't work on 64-bit big-endian...
2012-06-14 David LevineSupport empty message body in mhmail.in the same way...
2012-06-14 David LevineAdded support to mhmail.in to read message from stdin.
2012-06-14 David LevineRemoved newline before generated From:.
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.
next