| 2015-02-14 |
David Levine | Removed m_chkids(), per suggestion of Marcin Cieslak. |
commit | commitdiff | tree | snapshot |
| 2015-02-14 |
David Levine | Removed unnecessary #include of h/signals.h. |
commit | commitdiff | tree | snapshot |
| 2015-02-14 |
David Levine | Removed #include of signal.h because it's in h/signals.h. |
commit | commitdiff | tree | snapshot |
| 2015-02-14 |
Marcin Cieslak | Reset done in inc_done() to prevent endless loop when... |
commit | commitdiff | tree | snapshot |
| 2015-02-13 |
David Levine | That didn't work, so removed offset. |
commit | commitdiff | tree | snapshot |
| 2015-02-13 |
David Levine | Use +0000 isntead of -0000 offset because FreeBSD displ... |
commit | commitdiff | tree | snapshot |
| 2015-02-13 |
Marcin Cieslak | Replaced setgid() calls with setegid() so that it works... |
commit | commitdiff | tree | snapshot |
| 2015-02-13 |
David Levine | Added showmimeproc to test/common.sh.in so that test... |
commit | commitdiff | tree | snapshot |
| 2015-02-13 |
David Levine | Removed a few more msh (MS_MSH and mshproc) and vmh... |
commit | commitdiff | tree | snapshot |
| 2015-02-12 |
David Levine | Replaced individual assignment of array elements, one... |
commit | commitdiff | tree | snapshot |
| 2015-02-12 |
Marcin Cieslak | Fixed the error message in lockit() when it fails to... |
commit | commitdiff | tree | snapshot |
| 2015-02-12 |
Marcin Cieslak | Fixed "inc" to be installed setgid mail with dot lockin... |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Paul Fox | update tests for new message separator header from... |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Paul Fox | update man pages for new mhshow message separator header |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Paul Fox | add new message separator header to mhshow |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Paul Fox | fix typo in mh-format.man |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Eric Gillespie | Test that show always shows message numbers. |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Paul Fox | test/common.sh: allow giving individual tests a name |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
Paul Fox | man pages -- clarify what -part and -type do when used... |
commit | commitdiff | tree | snapshot |
| 2015-02-08 |
David Levine | Added support to mhfixmsg -reformat for multipart/relat... |
commit | commitdiff | tree | snapshot |
| 2015-02-05 |
David Levine | Removed unused local variable from move_preferred_part(). |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | pending-release-notes: add mhshow's "-prefer", and... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | test-subpart: add mhlist and mhshow tests for -type... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | update mhshow, mhlist, and mhstore man pages for -prefe... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | implement -prefer, for multipart/alternative preferences |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | mhshow.man: more detail on use of -part and -type switches |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | mhshow: ensure that -part always shows every part requested |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | mhshow: fix display of alternatives after certain neste... |
commit | commitdiff | tree | snapshot |
| 2015-02-04 |
Paul Fox | mhshow: simplify code -- the DONE status was adding... |
commit | commitdiff | tree | snapshot |
| 2015-02-03 |
Paul Fox | drop the second argument to part_ok(), since it is... |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Lyndon Nerenberg | Add a note about new bindir option to mhparam. |
commit | commitdiff | tree | snapshot |
| 2015-01-27 |
Lyndon Nerenberg | 'mhparam bindir' now prints NMH's idea of $(bindir). |
commit | commitdiff | tree | snapshot |
| 2015-01-12 |
David Levine | Have show_content_aux2(), and therefore show_content_au... |
commit | commitdiff | tree | snapshot |
| 2015-01-10 |
David Levine | Fixed typo in mh-format.man page, which I wouldn't... |
commit | commitdiff | tree | snapshot |
| 2015-01-10 |
David Levine | Added multiply format function, requested by Norm. |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
David Levine | More cleanup of the cp in tests/common.sh.in. |
commit | commitdiff | tree | snapshot |
| 2014-12-29 |
David Levine | Replaced explicit list of files to be copied in test... |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
David Levine | OK, this fixes the problem referenced in the last commi... |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
David Levine | Reverted commit a2b00e7053ca3be3d1389588580c71498222a26... |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
David Levine | Removed export of most of the variables in test/common... |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
David Levine | Removed copy of all of the etc files from test/common... |
commit | commitdiff | tree | snapshot |
| 2014-12-28 |
David Levine | Rearranged the variable settings at the top of test... |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
David Levine | Changed direct access to etc files in a couple of tests... |
commit | commitdiff | tree | snapshot |
| 2014-12-27 |
David Levine | Replaced nmhexecdir with nmhlibexecdir in test/common... |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
David Levine | Added -fixtype switch to mhfixmsg(1). It ensures that... |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
David Levine | Added const to char * arguments of uprf(). |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
David Levine | Added ct_str_type() and ct_str_subtype() functions... |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
David Levine | Merged two adjacent if (verbose) blocks. |
commit | commitdiff | tree | snapshot |
| 2014-12-25 |
David Levine | Fixed memory leak in mime_type(). get_file_info()... |
commit | commitdiff | tree | snapshot |
| 2014-12-24 |
David Levine | Always initialize those two variables made static in... |
commit | commitdiff | tree | snapshot |
| 2014-12-22 |
David Levine | And removed another improperly copied comment. |
commit | commitdiff | tree | snapshot |
| 2014-12-22 |
David Levine | Removed improperly copied comment from test-mhfixmsg. |
commit | commitdiff | tree | snapshot |
| 2014-12-21 |
David Levine | Added mention of profile components that are described |
commit | commitdiff | tree | snapshot |
| 2014-12-21 |
David Levine | Rearranged code to avoid "might be clobbered by longjmp... |
commit | commitdiff | tree | snapshot |
| 2014-12-21 |
David Levine | Removed unnecessary #includes of setjmp.h. |
commit | commitdiff | tree | snapshot |
| 2014-12-20 |
David Levine | Set COLUMNS in test-cd if using readline so that its... |
commit | commitdiff | tree | snapshot |
| 2014-12-18 |
David Levine | Fixed format engine output of negative number with... |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
David Levine | Rearranged mhn.defaults.sh a bit: consolidated web... |
commit | commitdiff | tree | snapshot |
| 2014-12-13 |
David Levine | Clarified in repl(1) man page that -noformat is only the |
commit | commitdiff | tree | snapshot |
| 2014-12-06 |
David Levine | Only remove extraneous trailing semicolon from Content... |
commit | commitdiff | tree | snapshot |
| 2014-12-06 |
Eric Gillespie | Terminate last arg in proxy argv n popsbr.c:parse_proxy(). |
commit | commitdiff | tree | snapshot |
| 2014-12-02 |
Ken Hornstein | Set all Content structure elements to NULL as they... |
commit | commitdiff | tree | snapshot |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
commit | commitdiff | tree | snapshot |
| 2014-12-02 |
Ken Hornstein | Turns out those warnings for ali(1) actually happen... |
commit | commitdiff | tree | snapshot |
| 2014-12-02 |
Ken Hornstein | Explicitly depend on $(srcdir)/config/version.h rather... |
commit | commitdiff | tree | snapshot |
| 2014-12-01 |
Paul Fox | cast isspace() arg to unsigned char in previous commit |
commit | commitdiff | tree | snapshot |
| 2014-12-01 |
Paul Fox | handle extraneous trailing ';' characters that are... |
commit | commitdiff | tree | snapshot |
| 2014-12-01 |
David Levine | mhfixmsg now removes an extraneous trailing semicolon... |
commit | commitdiff | tree | snapshot |
| 2014-11-23 |
David Levine | Use Nmh-Attach for attach header field name, and accept... |
commit | commitdiff | tree | snapshot |
| 2014-11-23 |
David Levine | Have to check for missing type parameter in message... |
commit | commitdiff | tree | snapshot |
| 2014-11-23 |
David Levine | Expanded explanation of mhfixmsg return status in its... |
commit | commitdiff | tree | snapshot |
| 2014-11-21 |
David Levine | Look at type of parent multipart/related when determini... |
commit | commitdiff | tree | snapshot |
| 2014-11-21 |
David Levine | Added support for multipart/related to MIME parser. |
commit | commitdiff | tree | snapshot |
| 2014-11-21 |
David Levine | Added some checks to mhfixmsg.c to avoid dereferecing... |
commit | commitdiff | tree | snapshot |
| 2014-11-21 |
David Levine | Fixed double fclose() in InitMultiPart() and leaks... |
commit | commitdiff | tree | snapshot |
| 2014-11-20 |
Paul Fox | prevent spurious errors when requesting specific messag... |
commit | commitdiff | tree | snapshot |
| 2014-11-20 |
David Levine | Updated simple integration example in mhfixmsg(1) man... |
commit | commitdiff | tree | snapshot |
| 2014-11-20 |
David Levine | Updated test-mhfixmsg to support -[no]changecur. |
commit | commitdiff | tree | snapshot |
| 2014-11-20 |
David Levine | Added -[no]changecur switches to mhfixmsg(1). |
commit | commitdiff | tree | snapshot |
| 2014-11-17 |
David Levine | Updated test-repl to compare with new -help message. |
commit | commitdiff | tree | snapshot |
| 2014-11-16 |
David Levine | Fixed repl help message to show "-[no]cc all|to|cc... |
commit | commitdiff | tree | snapshot |
| 2014-11-16 |
David Levine | Fixed leak in content_charset(): if get_param() found... |
commit | commitdiff | tree | snapshot |
| 2014-11-15 |
David Levine | Moved mhstore declarations from uip/mhn.c, uip/mhstore... |
commit | commitdiff | tree | snapshot |
| 2014-11-15 |
David Levine | Removed "If this draft originated on the local host... |
commit | commitdiff | tree | snapshot |
| 2014-11-08 |
David Levine | Changed content_charset() to not cache, so the user... |
commit | commitdiff | tree | snapshot |
| 2014-11-08 |
David Levine | Cleaned up leaks from calls to content_charset() in... |
commit | commitdiff | tree | snapshot |
| 2014-11-08 |
David Levine | Added deallocation of cts to freects_done(). |
commit | commitdiff | tree | snapshot |
| 2014-11-05 |
David Levine | Fixed repl(1) man page to show "msg" instead of "msgs... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
David Levine | Fixed mlistfree() so that it doesn't dereference a... |
commit | commitdiff | tree | snapshot |
| 2014-11-04 |
David Levine | Fixed commit 6cc9e85e73ff6f6c67ae6e645d184bbf57ecc2f0... |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
David Levine | Fixed memory management in mhstore. The main problem... |
commit | commitdiff | tree | snapshot |
| 2014-10-30 |
David Levine | Added initial "MH-Profile-Version: 1.0\n" line to newly... |
commit | commitdiff | tree | snapshot |
| 2014-10-28 |
David Levine | Renamed getmymbox mh-format escape function to getmyadd... |
commit | commitdiff | tree | snapshot |
| 2014-10-26 |
David Levine | Added getmymbox function escape. |
commit | commitdiff | tree | snapshot |
| 2014-10-26 |
David Levine | Fixed memory leak in do_name() when multiple dates... |
commit | commitdiff | tree | snapshot |
| 2014-10-26 |
David Levine | Added free_fs(), corresponding to new_fs(). |
commit | commitdiff | tree | snapshot |
| 2014-10-25 |
David Levine | Fixed dst format escape to return 1 instead of 16,... |
commit | commitdiff | tree | snapshot |
| 2014-10-25 |
David Levine | Added mhstore-store-text/html formatting string to... |
commit | commitdiff | tree | snapshot |
| 2014-10-25 |
David Levine | Fixed typo in mhstore man page. |
commit | commitdiff | tree | snapshot |
| 2014-10-25 |
David Levine | Reworked charstring_buffer_copy() to not use strdup... |
commit | commitdiff | tree | snapshot |
| next |