| 2013-02-06 |
Ken Hornstein | FINALLY clean up our signed/unsigned character warning... |
tree | commitdiff |
| 2013-02-05 |
Ken Hornstein | Start of the signed/unsigned char cleanup. |
tree | commitdiff |
| 2013-02-02 |
David Levine | Added support for "-" to indicate stdout to output_mess... |
tree | commitdiff |
| 2013-02-02 |
David Levine | Removed unlink of "core" from signal handler of mhlist... |
tree | commitdiff |
| 2013-02-02 |
David Levine | Removed myuid and mygid variables, they're no longer... |
tree | commitdiff |
| 2013-02-02 |
David Levine | The Solaris compiler was right about unreachable statem... |
tree | commitdiff |
| 2013-02-02 |
David Levine | Removed unused vec[0] relic from before argsplit conver... |
tree | commitdiff |
| 2013-02-02 |
David Levine | Added trailing newline to sed input in mhmail when... |
tree | commitdiff |
| 2013-02-02 |
Ken Hornstein | Convert post over to use new argsplit code. |
tree | commitdiff |
| 2013-02-01 |
Ken Hornstein | Finally switch over from vfork() to fork() completely. |
tree | commitdiff |
| 2013-02-01 |
Lyndon Nerenberg | Merge branch 'master' into savannah |
tree | commitdiff |
| 2013-01-31 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git... |
tree | commitdiff |
| 2013-01-30 |
Ken Hornstein | More changes to use argsplit() for helper programs. |
tree | commitdiff |
| 2013-01-29 |
Ken Hornstein | Switch the editor invocation over to use argsplit(). |
tree | commitdiff |
| 2013-01-29 |
Ken Hornstein | The start of the use of argsplit() to process command... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Added m_getfld_track_filepos() for callers to indicate... |
tree | commitdiff |
| 2013-01-29 |
David Levine | Added scan_reset_m_getfld_state(), for msh only. It... |
tree | commitdiff |
| 2013-01-27 |
David Levine | Merge branch 'm_getfld' |
tree | commitdiff |
| 2013-01-27 |
David Levine | In the sortm warning message, say "file modification... |
tree | commitdiff |
| 2013-01-27 |
David Levine | Changed sortm warning message from an amonish() to... |
tree | commitdiff |
| 2013-01-27 |
David Levine | Fixed a couple of calls to m_getfld(): they were in... |
tree | commitdiff |
| 2013-01-24 |
David Levine | Added functions for inc, msh, rcvtty, and scan to access |
tree | commitdiff |
| 2013-01-24 |
Ken Hornstein | Fix a bug leading to message corruption with inc when... |
tree | commitdiff |
| 2013-01-23 |
David Levine | Changed m_getfld() to automatically allocate a new... |
tree | commitdiff |
| 2013-01-22 |
David Levine | Removed unnecessary m_getfld_state_destroy() from scan.c. |
tree | commitdiff |
| 2013-01-21 |
Ken Hornstein | Fix a bug leading to message corruption with inc when... |
tree | commitdiff |
| 2013-01-21 |
David Levine | Removed the static m_getfld() state instance and replaced |
tree | commitdiff |
| 2013-01-18 |
David Levine | Removed all traces of m_getfld() FLDEOF and BODYEOF... |
tree | commitdiff |
| 2013-01-15 |
Ken Hornstein | Support the VISUAL and EDITOR environment variables... |
tree | commitdiff |
| 2013-01-15 |
David Levine | m_getfld() now supports interleaving calls with |
tree | commitdiff |
| 2013-01-13 |
David Levine | Removed unused local char_read from forwsbr.c. |
tree | commitdiff |
| 2013-01-10 |
David Levine | Added explicit third initializer to some swit struct... |
tree | commitdiff |
| 2013-01-10 |
Ken Hornstein | Convert all argument processing over to using X-Macros... |
tree | commitdiff |
| 2013-01-06 |
David Levine | Removed support for #ifdef LBL. It was broken anyways, |
tree | commitdiff |
| 2013-01-05 |
David Levine | Expanded warning message for invalid Content-Transfer... |
tree | commitdiff |
| 2013-01-04 |
Ken Hornstein | Remove support for -ebcdicsafe/-noebcdicsafe switches... |
tree | commitdiff |
| 2013-01-04 |
David Levine | Removed discard() call in post(8). It was only used... |
tree | commitdiff |
| 2012-12-27 |
David Levine | Replace use of ftell() in mhparse.c:get_content() by... |
tree | commitdiff |
| 2012-12-25 |
David Levine | Fixed formatting of last change to scansbr.c. |
tree | commitdiff |
| 2012-12-22 |
David Levine | Changed bufsz argument of m_getfld() to be in-out inste... |
tree | commitdiff |
| 2012-12-12 |
David Levine | Removed a few #ifndef JLR/#endif pairs because they... |
tree | commitdiff |
| 2012-12-12 |
David Levine | Removed some dead code, all inside #if 0's. I tried... |
tree | commitdiff |
| 2012-12-11 |
Ken Hornstein | Remove the peeking into the stdio internals inside... |
tree | commitdiff |
| 2012-12-07 |
Paul Fox | mhshow: properly treat unknown multipart subtypes... |
tree | commitdiff |
| 2012-12-06 |
Paul Fox | pick: add -nosequence command line switch |
tree | commitdiff |
| 2012-12-03 |
David Levine | Fix to 25581a94c5113eb78b2baf7110408df96efc4418: always... |
tree | commitdiff |
| 2012-11-29 |
Ken Hornstein | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
tree | commitdiff |
| 2012-11-29 |
Paul Fox | show: remove unused variable |
tree | commitdiff |
| 2012-11-29 |
Paul Fox | show: remove unreachable code |
tree | commitdiff |
| 2012-11-29 |
Paul Fox | show: remove MAXARGS limit when running any of the... |
tree | commitdiff |
| 2012-11-29 |
Paul Fox | forw: remove MAXARGS limit when running mhlproc |
tree | commitdiff |
| 2012-11-29 |
Paul Fox | burst: eliminate use of MAXARGS |
tree | commitdiff |
| 2012-11-25 |
David Levine | In pick(1), attempt to decode each header field as... |
tree | commitdiff |
| 2012-11-25 |
Ken Hornstein | Add support for a -nosasl switch. |
tree | commitdiff |
| 2012-11-24 |
David Levine | Fixed pick(1) to properly unfold multiple-line header... |
tree | commitdiff |
| 2012-11-24 |
Ken Hornstein | Document the -port switch to inc. Also, fix the -port... |
tree | commitdiff |
| 2012-11-23 |
David Levine | slocal used to support two different formats for three of |
tree | commitdiff |
| 2012-11-20 |
David Levine | Fixed a couple of signed-unsigned comparisons. |
tree | commitdiff |
| 2012-11-19 |
Oliver Kiddle | Yozo TODA: fix for mhshow-charset- directives in .mh_pr... |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Merge branch 'format-memory-rework' |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Make sure we strip off a newline from components we... |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Convert repl to the new world format API. |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Support for the new world format API for comp and forw. |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Convert scan() to the new world format API. |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Change API a bit. |
tree | commitdiff |
| 2012-11-19 |
Ken Hornstein | Remove unused variable. |
tree | commitdiff |
| 2012-11-17 |
Ken Hornstein | Finished work on rcvdist to convert to new world format... |
tree | commitdiff |
| 2012-11-17 |
Ken Hornstein | More (and hopefully for now) the final cleanup for... |
tree | commitdiff |
| 2012-11-17 |
Ken Hornstein | Basic support for the new world API; seems to work! |
tree | commitdiff |
| 2012-11-16 |
Ken Hornstein | Partial work for mhl; still more stuff to do. |
tree | commitdiff |
| 2012-11-16 |
Ken Hornstein | Fix missing argument to fmt_free(). |
tree | commitdiff |
| 2012-11-15 |
Ken Hornstein | Beginnings of conversion of code to new format interface. |
tree | commitdiff |
| 2012-11-05 |
David Levine | Added format support for zputlit function escape. ... |
tree | commitdiff |
| 2012-11-03 |
David Levine | Fixed comparison to be signed instead of unsigned. |
tree | commitdiff |
| 2012-11-03 |
David Levine | Added argument to fmt_scan() to specify the buffer... |
tree | commitdiff |
| 2012-10-27 |
David Levine | Added -check/-nocheck switches to sortm(1). Also remov... |
tree | commitdiff |
| 2012-10-24 |
David Levine | Cyrus SASL 2.1.25 introduced the sasl_callback_ft proto... |
tree | commitdiff |
| 2012-10-21 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-10-21 |
David Levine | Updated sendfiles(1): |
tree | commitdiff |
| 2012-10-20 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-10-20 |
David Levine | Fixed the trap to work with posh. |
tree | commitdiff |
| 2012-10-20 |
David Levine | Fixed the trap in mhmail. |
tree | commitdiff |
| 2012-10-19 |
David Levine | Cleaned up uip/mhmail. Added chmod +x of spost in... |
tree | commitdiff |
| 2012-10-16 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-10-16 |
David Levine | Cleaned up some printf's. |
tree | commitdiff |
| 2012-10-15 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-10-15 |
David Levine | Removed unused function seek_home(). |
tree | commitdiff |
| 2012-10-15 |
David Levine | The first alias contained in a blind list is now expand... |
tree | commitdiff |
| 2012-10-15 |
David Levine | Changed error message to say that blind lists aren't |
tree | commitdiff |
| 2012-10-13 |
David Levine | Don't allow blind aliases with sendmail/pipe mts. ... |
tree | commitdiff |
| 2012-10-13 |
David Levine | Removed potential buffer overflow in ali.c by replacing... |
tree | commitdiff |
| 2012-10-12 |
David Levine | Fixed sortm(1) verbose message and man page to reflect... |
tree | commitdiff |
| 2012-10-12 |
David Levine | Added -noall/-all switches to sortm(1). |
tree | commitdiff |
| 2012-09-23 |
David Levine | When determining the path of the script inside mhmail... |
tree | commitdiff |
| 2012-09-19 |
David Levine | Replaced spost with script that exec's post -mts sendma... |
tree | commitdiff |
| 2012-09-18 |
David Levine | Removed mhmail.c because it was no longer needed and... |
tree | commitdiff |
| 2012-09-16 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2012-09-16 |
Lyndon Nerenberg | Fix a comment typo. |
tree | commitdiff |
| 2012-09-16 |
David Levine | With mhstore -clobber auto/suffix, when looking for... |
tree | commitdiff |
| 2012-09-16 |
David Levine | Added "-d --" to invocation of ls when figuring out... |
tree | commitdiff |
| next |