Added "-d --" to invocation of ls when figuring out what files
[mmh] / sbr /
2012-08-18 David LevineCleaned up message_id().
2012-07-22 David LevineTidied up for loop in message_id().
2012-07-22 David LevineWith -messageid random, make the part after the @ more...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-15 David LevineRemoved debugging statement and added comments to the...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
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 LevineSimplified getm() a bit, removing a goto.
2012-06-29 David LevineFixed ismymbox() to look at Local-Mailbox as well as
2012-06-20 David LevineRefinement to e30560d793ff5bc704dadc2eab9d31100ad4636b...
2012-06-19 David LevineChanged permissions from 0755 to 0644 on a few .c files.
2012-06-09 David LevineAdded warning to all nmh programs for multiple profile...
2012-06-07 David LevineRemoved faceproc support, deprecated in nmh 1.5.
2012-05-26 Ken HornsteinSupport for handling multibyte encodings in cpstripped...
2012-05-12 David LevineSIGNATURE/Local-Mailbox are not used by post, but just...
2012-05-10 David LevineWrap local part (username) of address with double quote...
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-15 David LevineAdded declaration of __srget() on Cygwin. Used point...
2012-04-12 David LevineUndid wrapping of setjmp() and sigsetjmp() of
2012-03-27 David LevineRemoved hostable relics from h/mts.h and sbr/mts.c.
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-24 David LevineCleaned up compile warnings.
2012-03-24 Ken HornsteinSigh. Turns out last change broke a few tests, because...
2012-03-24 Ken HornsteinRevert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506...
2012-03-23 Ken HornsteinIf the number of messages in a folder is zero, then...
2012-03-23 David LevineAdded function escape_display_name() to double quote...
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 Ken HornsteinIt turns out that as part of POSIXification we got...
2012-03-20 Ken HornsteinBasic work to add arguments to formatproc calls.
2012-03-15 Ken HornsteinRemove all masquerade support (draft_from is now the...
2012-03-13 Ken HornsteinCreate proper prototypes for formataddr() and concataddr().
2012-03-12 Ken HornsteinSMTPMTS has been the default for over a decade, so...
2012-03-07 David LevineRemoved all traces of rmfproc. It had been used by...
2012-02-26 Ken HornsteinFinally, some support for mh-format when using forw...
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-16 Ken HornsteinReport an error when the width used by putaddr is less...
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 Ken HornsteinAdd two new format functions: %(myhost) and %(myname).
2012-02-11 Ken HornsteinFix typo in alternate mts.conf location support.
2012-02-08 David LevineRemoved use of tzset()/tzname in dtimezone(). They...
2012-02-06 Ken HornsteinPatch from Harvey Eneman: fixes problem on some systems...
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 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-01-31 Ken HornsteinAdd support for calling an external format program...
2012-01-27 Ken HornsteinFix long-standing problem with getans(); handle the...
2012-01-27 Ken HornsteinConvert to the use of siglongjmp()
2012-01-26 David LevineUndid most of 3ef341abe440ece07f8deed59fb026ab020e805...
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 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-17 David LevineRemoved HAVE_STRUCT_TM_TM_GMTOFF support because it...
2012-01-17 David LevinePass int instead of char to iscntrl() and isspace(...
2012-01-14 David LevineArgument to alrmser is unused.
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 Ken HornsteinMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 Ken HornsteinAdd some comments to the format compiler and engine.
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-13 David LevineMerge branch 'master' of git.sv.nongnu.org:/srv/git/nmh
2012-01-13 David LevineAdded -Wunused-macros with gcc, if supported. Added...
2012-01-13 Ken HornsteinCreate two new mh-format functions: %(putlit) and ...
2012-01-12 David LevineRemoved, or added use of, unused macros to prevent...
2012-01-11 David LevineRemoved or protected some unused macros.
2012-01-11 David LevineRemoved unused global zones and local z form dtimezone ().
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-11 Ken HornsteinFix two errors in the conversion to m_mktemp2():
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-09 Ken HornsteinClean up time handling; always assume we have tzset...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinFinally able to get rid of acconfig.h! Since we're...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-08 David LevineRemoved hard-coded -I.. and -I../.. from INCLUDES,...
2012-01-06 Ken HornsteinGarbage-collect RPATHS support.
2012-01-06 Ken HornsteinRemove last vestiges of #ifdef BANG
2012-01-06 David LevineFixed trivial compile warnings.
2012-01-05 Ken HornsteinBring in all of the mh-e support that is actually used...
2012-01-04 Lyndon NerenbergAdd back missing include of <sys/wait.h>
2012-01-04 Lyndon NerenbergClean up process wait to use POSIX waitpid() interface.
2012-01-04 Lyndon NerenbergMake use of mkstemp() unconditional (vs. mktemp().
2012-01-04 Lyndon NerenbergRemove compatibility functions that are always provided...
2012-01-04 Lyndon NerenbergCollapse termio/termios/sgtty terminal interface code...
2012-01-04 Lyndon NerenbergEliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
2012-01-04 Lyndon NerenbergDeprecate uname() in favour of (Posix) gethostname().
2011-12-28 David LevineMoved #endif so that lockit () is only declared with...
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2010-12-20 Peter MaydellSuppress tsort diagnostic waffle
2010-12-20 Peter MaydellFix unused-function warnings in lex output
2010-12-20 Peter MaydellFix used-uninitialised warning in fmt_rfc2047.c
2010-12-20 Peter MaydellFix warning in sbr/folder_addmsg.c by code cleanup
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
next