| 2013-02-20 |
Ken Hornstein | Basic format tracing support; seems to work! |
tree | commitdiff |
| 2013-02-20 |
Ken Hornstein | Support for the address duplication done by repl, and... |
tree | commitdiff |
| 2013-02-20 |
Ken Hornstein | Support callbacks into the format engine. This is... |
tree | commitdiff |
| 2013-02-19 |
Ken Hornstein | fmttest is actually starting to get useful now. Some... |
tree | commitdiff |
| 2013-02-16 |
Ken Hornstein | Slightly more useful, but still more work to do. |
tree | commitdiff |
| 2013-02-15 |
Ken Hornstein | Add more functionality to fmttest; it's starting to... |
tree | commitdiff |
| 2013-02-14 |
Ken Hornstein | More work on fmttest, but still plenty more to go. |
tree | commitdiff |
| 2013-02-13 |
Ken Hornstein | Clean up argument handling to fmttest, as a precursor... |
tree | commitdiff |
| 2013-02-13 |
Ken Hornstein | Convert fmttest over to the new argument processing... |
tree | commitdiff |
| 2013-01-21 |
Ken Hornstein | Merge branch 'master' into format-test |
tree | commitdiff |
| 2013-01-21 |
Ken Hornstein | Fix a bug leading to message corruption with inc when... |
tree | commitdiff |
| 2013-01-15 |
Ken Hornstein | Support the VISUAL and EDITOR environment variables... |
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 |
| 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-10 |
Ken Hornstein | The beginnings of a program to test format functions... |
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 |
| 2012-09-15 |
David Levine | Added -clobber switch to mhstore(1) [Bug #11160]. |
tree | commitdiff |
| 2012-09-15 |
David Levine | Changed ; to && in shell command, per Ralph's suggestio... |
tree | commitdiff |
| 2012-09-15 |
David Levine | Allow whatnow to accept "l" as an abbreviation for... |
tree | commitdiff |
| 2012-09-15 |
David Levine | Filter out all Nmh-* headers in post(1). Do that silen... |
tree | commitdiff |
| 2012-09-14 |
David Levine | Added check in send(1) of attach (default Nmh-Attachmen... |
tree | commitdiff |
| 2012-08-31 |
Eric Schnoebelen | Move chdir() call so -recurse option works again. |
tree | commitdiff |
| 2012-08-23 |
Ken Hornstein | Change the Bcc: code in post so it includes the From... |
tree | commitdiff |
| 2012-08-18 |
David Levine | Removed chmod of bccfil from make_bcc_file(). It was... |
tree | commitdiff |
| 2012-08-09 |
David Levine | Added default_content_type argument to |
tree | commitdiff |
| 2012-07-22 |
Alexander Zangerl | whatnow cooks up strings for executing external command... |
tree | commitdiff |
| 2012-07-21 |
David Levine | Added -messageid switch to send(1) and post(8). This... |
tree | commitdiff |
| 2012-07-21 |
David Levine | If post or send fail, exit with their exit status. |
tree | commitdiff |
| 2012-07-12 |
David Levine | Added -mts switch to post, send, and whom. Replaced... |
tree | commitdiff |
| 2012-07-10 |
David Levine | Removed -m from sendmail invocation with sendmail/pipe... |
tree | commitdiff |
| 2012-07-10 |
David Levine | Correction to previous commit, 704bdde497da69854846d51d... |
tree | commitdiff |
| 2012-07-10 |
David Levine | Removed use of the ONEX sendmail verb. It is obsolete, |
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 | Removed the one remaining unused #ifdef ISI. |
tree | commitdiff |
| 2012-06-23 |
David Levine | Allow optional -to in front of To: addresses with mhmail. |
tree | commitdiff |
| 2012-06-23 |
David Levine | Added checks for missing mandatory arguments to mhmail. |
tree | commitdiff |
| 2012-06-22 |
David Levine | Changed -header-field to -headerfield. And refer to... |
tree | commitdiff |
| next |