2012-10-15 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
2012-10-15 |
Lyndon Nerenberg | Allow $PAGER to override the compiled-in default pager... |
tree | commitdiff |
2012-10-14 |
Ralph Corderoy | Fixed "mark -sequence cur -delete all" to work for... |
tree | commitdiff |
2012-08-18 |
David Levine | Cleaned up message_id(). |
tree | commitdiff |
2012-07-22 |
David Levine | Tidied up for loop in message_id(). |
tree | commitdiff |
2012-07-22 |
David Levine | With -messageid random, make the part after the @ more... |
tree | commitdiff |
2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
tree | commitdiff |
2012-07-15 |
David Levine | Removed debugging statement and added comments to the... |
tree | commitdiff |
2012-07-12 |
David Levine | Added -mts switch to post, send, and whom. Replaced... |
tree | commitdiff |
2012-07-10 |
David Levine | Renamed "sendmail" mts method to "sendmail/smtp", allow... |
tree | commitdiff |
2012-07-09 |
David Levine | spost(8) has been merged into post(8). Its functionali... |
tree | commitdiff |
2012-06-29 |
David Levine | Simplified getm() a bit, removing a goto. |
tree | commitdiff |
2012-06-29 |
David Levine | Fixed ismymbox() to look at Local-Mailbox as well as |
tree | commitdiff |
2012-06-20 |
David Levine | Refinement to e30560d793ff5bc704dadc2eab9d31100ad4636b... |
tree | commitdiff |
2012-06-19 |
David Levine | Changed permissions from 0755 to 0644 on a few .c files. |
tree | commitdiff |
2012-06-09 |
David Levine | Added warning to all nmh programs for multiple profile... |
tree | commitdiff |
2012-06-07 |
David Levine | Removed faceproc support, deprecated in nmh 1.5. |
tree | commitdiff |
2012-05-26 |
Ken Hornstein | Support for handling multibyte encodings in cpstripped... |
tree | commitdiff |
2012-05-12 |
David Levine | SIGNATURE/Local-Mailbox are not used by post, but just... |
tree | commitdiff |
2012-05-10 |
David Levine | Wrap local part (username) of address with double quote... |
tree | commitdiff |
2012-05-07 |
David Levine | Fixed some more problems caught by gcc -ansi -pedantic. |
tree | commitdiff |
2012-05-07 |
Tom Lane | Fixed places in the code relying the C99-ism of declara... |
tree | commitdiff |
2012-05-06 |
David Levine | Added check for EPERM when checking errno after a faile... |
tree | commitdiff |
2012-04-15 |
David Levine | Added declaration of __srget() on Cygwin. Used point... |
tree | commitdiff |
2012-04-12 |
David Levine | Undid wrapping of setjmp() and sigsetjmp() of |
tree | commitdiff |
2012-03-27 |
David Levine | Removed hostable relics from h/mts.h and sbr/mts.c. |
tree | commitdiff |
2012-03-24 |
David Levine | Ensure that escape_display_name() can't overrun a buffer. |
tree | commitdiff |
2012-03-24 |
David Levine | Cleaned up compile warnings. |
tree | commitdiff |
2012-03-24 |
Ken Hornstein | Sigh. Turns out last change broke a few tests, because... |
tree | commitdiff |
2012-03-24 |
Ken Hornstein | Revert commit 255d4c646c0d7aa6b049052fef47fa083b1b1506... |
tree | commitdiff |
2012-03-23 |
Ken Hornstein | If the number of messages in a folder is zero, then... |
tree | commitdiff |
2012-03-23 |
David Levine | Added function escape_display_name() to double quote... |
tree | commitdiff |
2012-03-21 |
Ken Hornstein | Support for readline command history, editing, and... |
tree | commitdiff |
2012-03-21 |
Ken Hornstein | Revert previous change to get rid of MULTIBYTE_SUPPORT... |
tree | commitdiff |
2012-03-21 |
Ken Hornstein | It turns out that as part of POSIXification we got... |
tree | commitdiff |
2012-03-20 |
Ken Hornstein | Basic work to add arguments to formatproc calls. |
tree | commitdiff |
2012-03-15 |
Ken Hornstein | Remove all masquerade support (draft_from is now the... |
tree | commitdiff |
2012-03-13 |
Ken Hornstein | Create proper prototypes for formataddr() and concataddr(). |
tree | commitdiff |
2012-03-12 |
Ken Hornstein | SMTPMTS has been the default for over a decade, so... |
tree | commitdiff |
2012-03-07 |
David Levine | Removed all traces of rmfproc. It had been used by... |
tree | commitdiff |
2012-02-26 |
Ken Hornstein | Finally, some support for mh-format when using forw... |
tree | commitdiff |
2012-02-17 |
Ken Hornstein | Sigh. Looks like we need a function after all; create... |
tree | commitdiff |
2012-02-17 |
Ken Hornstein | Switch to including h/mts.h for getusername() prototype. |
tree | commitdiff |
2012-02-16 |
Ken Hornstein | Report an error when the width used by putaddr is less... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Make it so we do NOT check our address against the... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Sigh. Turns out the first entry in the list isn't... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Hm, it turns out we need to make sure we call getname... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Beginning of support for the Local-Mailbox profile... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Support getting the "fullname" out of the Signature... |
tree | commitdiff |
2012-02-15 |
Ken Hornstein | Add two new format functions: %(myhost) and %(myname). |
tree | commitdiff |
2012-02-11 |
Ken Hornstein | Fix typo in alternate mts.conf location support. |
tree | commitdiff |
2012-02-08 |
David Levine | Removed use of tzset()/tzname in dtimezone(). They... |
tree | commitdiff |
2012-02-06 |
Ken Hornstein | Patch from Harvey Eneman: fixes problem on some systems... |
tree | commitdiff |
2012-02-04 |
Ken Hornstein | Whoops, used "buffer" when I meant "buf". |
tree | commitdiff |
2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
tree | commitdiff |
2012-02-03 |
Ken Hornstein | Convert from the poorly-named and confusing adrsprintf... |
tree | commitdiff |
2012-01-31 |
Ken Hornstein | Add support for calling an external format program... |
tree | commitdiff |
2012-01-27 |
Ken Hornstein | Fix long-standing problem with getans(); handle the... |
tree | commitdiff |
2012-01-27 |
Ken Hornstein | Convert to the use of siglongjmp() |
tree | commitdiff |
2012-01-26 |
David Levine | Undid most of 3ef341abe440ece07f8deed59fb026ab020e805... |
tree | commitdiff |
2012-01-20 |
Ken Hornstein | Convert the build system over to the use of Automake. |
tree | commitdiff |
2012-01-17 |
David Levine | Well the wrap of vfork() calls didn't work: its semant... |
tree | commitdiff |
2012-01-17 |
David Levine | Wrapped setjmp(), sigsetjmp(), and vfork() calls to... |
tree | commitdiff |
2012-01-17 |
David Levine | Removed HAVE_STRUCT_TM_TM_GMTOFF support because it... |
tree | commitdiff |
2012-01-17 |
David Levine | Pass int instead of char to iscntrl() and isspace(... |
tree | commitdiff |
2012-01-14 |
David Levine | Argument to alrmser is unused. |
tree | commitdiff |
2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
tree | commitdiff |
2012-01-14 |
David Levine | gcc -Wmissing-field-initializers noticed several struct... |
tree | commitdiff |
2012-01-13 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
2012-01-13 |
Ken Hornstein | Add some comments to the format compiler and engine. |
tree | commitdiff |
2012-01-13 |
David Levine | Added NMH_UNUSED macro for suppressing warnings about... |
tree | commitdiff |
2012-01-13 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
2012-01-13 |
David Levine | Added -Wunused-macros with gcc, if supported. Added... |
tree | commitdiff |
2012-01-13 |
Ken Hornstein | Create two new mh-format functions: %(putlit) and ... |
tree | commitdiff |
2012-01-12 |
David Levine | Removed, or added use of, unused macros to prevent... |
tree | commitdiff |
2012-01-11 |
David Levine | Removed or protected some unused macros. |
tree | commitdiff |
2012-01-11 |
David Levine | Removed unused global zones and local z form dtimezone (). |
tree | commitdiff |
2012-01-11 |
Ken Hornstein | Completely remove the use of TIME_WITH_SYS_TIME (I... |
tree | commitdiff |
2012-01-11 |
Ken Hornstein | Fix two errors in the conversion to m_mktemp2(): |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Remove OS-specific defines. As part of it, remove... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Clean up time handling; always assume we have tzset... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | We are making POSIX signal support a requirement; remov... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Finally able to get rid of acconfig.h! Since we're... |
tree | commitdiff |
2012-01-09 |
Ken Hornstein | Switch from using RETSIGTYPE via autoconf to void,... |
tree | commitdiff |
2012-01-08 |
David Levine | Removed hard-coded -I.. and -I../.. from INCLUDES,... |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Garbage-collect RPATHS support. |
tree | commitdiff |
2012-01-06 |
Ken Hornstein | Remove last vestiges of #ifdef BANG |
tree | commitdiff |
2012-01-06 |
David Levine | Fixed trivial compile warnings. |
tree | commitdiff |
2012-01-05 |
Ken Hornstein | Bring in all of the mh-e support that is actually used... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Add back missing include of <sys/wait.h> |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Clean up process wait to use POSIX waitpid() interface. |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Make use of mkstemp() unconditional (vs. mktemp(). |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Remove compatibility functions that are always provided... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Collapse termio/termios/sgtty terminal interface code... |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs. |
tree | commitdiff |
2012-01-04 |
Lyndon Nerenberg | Deprecate uname() in favour of (Posix) gethostname(). |
tree | commitdiff |
2011-12-28 |
David Levine | Moved #endif so that lockit () is only declared with... |
tree | commitdiff |
2011-12-07 |
David Malone | Add support to inc for incorporting email from Maildir... |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Suppress tsort diagnostic waffle |
tree | commitdiff |
2010-12-20 |
Peter Maydell | Fix unused-function warnings in lex output |
tree | commitdiff |
next |