| 2013-03-15 |
David Levine | Corrected comment describing copy_seqs(). |
tree | commitdiff |
| 2013-03-15 |
David Levine | Changed c_cefile member of struct Content from pointer to |
tree | commitdiff |
| 2013-03-15 |
David Levine | Added -[no]retainsequences switches to refile(1). |
tree | commitdiff |
| 2013-03-12 |
Ken Hornstein | Add support for RFC-2017, message/external-body content... |
tree | commitdiff |
| 2013-03-11 |
David Levine | Added check that writesomecmd() isn't at the end of... |
tree | commitdiff |
| 2013-03-06 |
David Levine | Added lockmethod pseudocomponent to mhparam so that... |
tree | commitdiff |
| 2013-02-28 |
David Levine | Reworked internals of MIME parser's reverse_parts(... |
tree | commitdiff |
| 2013-02-27 |
David Levine | Added a handful of functions to the parser to allow... |
tree | commitdiff |
| 2013-02-26 |
David Levine | Added cpytrim() function. Unlike trimcpy(), it does... |
tree | commitdiff |
| 2013-02-22 |
Ken Hornstein | Add support for LS_UNQUOTE instruction. |
tree | commitdiff |
| 2013-02-22 |
Ken Hornstein | Fix the code to print out an unknown instruction. ... |
tree | commitdiff |
| 2013-02-22 |
Ken Hornstein | Fix a few issues resulting from m_getfld() API changes. |
tree | commitdiff |
| 2013-02-22 |
Ken Hornstein | Merge branch 'format-test' |
tree | commitdiff |
| 2013-02-22 |
Ken Hornstein | Update instruction output to be a bit more cleaner |
tree | commitdiff |
| 2013-02-22 |
David Levine | Fixed write8Bit() to use fread()/fwrite() instead of |
tree | commitdiff |
| 2013-02-21 |
Ken Hornstein | Rearrange options a bit and support the -nodump flag... |
tree | commitdiff |
| 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 | Apply David Levine's fix from whomfile() to sendfile... |
tree | commitdiff |
| 2013-02-19 |
David Levine | Removed addition of whomproc to the vec array in whomfile() |
tree | commitdiff |
| 2013-02-19 |
Ken Hornstein | fmttest is actually starting to get useful now. Some... |
tree | commitdiff |
| 2013-02-16 |
David Levine | When output_content() outputs a non-MIME message with... |
tree | commitdiff |
| 2013-02-16 |
David Levine | In InitMultiPart(), always set bogus_mp_content if... |
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-15 |
David Levine | Added a couple of global variables to mhparse.c 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 | Remove support for -mail, -saml, -send, and -soml switc... |
tree | commitdiff |
| 2013-02-13 |
Ken Hornstein | Convert fmttest over to the new argument processing... |
tree | commitdiff |
| 2013-02-12 |
Ken Hornstein | Remove "installproc" since it is no longer used. |
tree | commitdiff |
| 2013-02-12 |
Ken Hornstein | Final conversion to new argsplit() code. |
tree | commitdiff |
| 2013-02-11 |
David Levine | Multipart parts might have content before the first... |
tree | commitdiff |
| 2013-02-08 |
Ken Hornstein | Make burst(1) be able to burst MIME-formatted messages... |
tree | commitdiff |
| 2013-02-08 |
Ken Hornstein | Create a central prototype for free_content(). |
tree | commitdiff |
| 2013-02-07 |
Ken Hornstein | More conversion to argsplit(). |
tree | commitdiff |
| 2013-02-07 |
David Levine | Added global variable skip_mp_cte_check to turn off... |
tree | commitdiff |
| 2013-02-07 |
David Levine | output_content() assumed that ci->ci_values[0] was... |
tree | commitdiff |
| 2013-02-06 |
Ken Hornstein | More work to convert programs over to the use of argspl... |
tree | commitdiff |
| 2013-02-06 |
Ken Hornstein | Make sure these stdarg lists are properly terminated... |
tree | commitdiff |
| 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 | 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-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-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 |
| next |