| 2014-04-14 |
Ken Hornstein | If attaching a "message" content type, scan the content... |
tree | commitdiff |
| 2014-04-14 |
Ken Hornstein | Create a default CTE so routines in mhparse.c are happy. |
tree | commitdiff |
| 2014-04-14 |
Ken Hornstein | Make sure the draft filename ends up in the MIME struct... |
tree | commitdiff |
| 2014-04-13 |
David Levine | If mhfixmsg's call to convert_charset() fails, output... |
tree | commitdiff |
| 2014-04-13 |
Ken Hornstein | If c_termproc is set, include a default display command... |
tree | commitdiff |
| 2014-04-11 |
David Levine | Fixed showproc for RFC 822 messages. Thanks to Mikhail for |
tree | commitdiff |
| 2014-04-11 |
Paul Fox | mhshow: properly report the name of a failing display... |
tree | commitdiff |
| 2014-04-11 |
David Levine | If -[no]concat is given to show(1), have it use showmim... |
tree | commitdiff |
| 2014-04-11 |
Lyndon Nerenberg | Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh |
tree | commitdiff |
| 2014-04-11 |
Ken Hornstein | Use a dynamically-allocated buffer for character set... |
tree | commitdiff |
| 2014-04-10 |
Ken Hornstein | Don't clobber "cp"; use dp instead. |
tree | commitdiff |
| 2014-04-10 |
Ken Hornstein | Fix bug in error message when reporting character set... |
tree | commitdiff |
| 2014-04-10 |
Ken Hornstein | A bad cut-and-paste job made -noinlineonly not work... |
tree | commitdiff |
| 2014-04-10 |
Ken Hornstein | Fix test for inlineonly. |
tree | commitdiff |
| 2014-04-10 |
Lyndon Nerenberg | When lkfopendata() fails, seqfile is being freed too... |
tree | commitdiff |
| 2014-04-10 |
Lyndon Nerenberg | I missed one spot in getln() where the new quoting... |
tree | commitdiff |
| 2014-04-10 |
Lyndon Nerenberg | If getln() sees a newline as its first character, it... |
tree | commitdiff |
| 2014-04-10 |
Lyndon Nerenberg | Clang's static analyzer reports a potential NULL pointe... |
tree | commitdiff |
| 2014-04-10 |
Lyndon Nerenberg | Remove dead initialization of fp in main(). |
tree | commitdiff |
| 2014-04-10 |
David Levine | Merge remote-tracking branch 'origin/fix-locking' |
tree | commitdiff |
| 2014-04-09 |
David Levine | Use *ct->c_ceclosefnx() instead of clsoe_encoding(... |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Merge branch 'mhshow-fixup' |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Change from "concat" to "concatsw" so we don't conflict... |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Add new flags for -concat/-noconcat, -inlineonly/-noinl... |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Change things so we only supply a form filename; most... |
tree | commitdiff |
| 2014-04-09 |
Ken Hornstein | Now only display text and inline content by default. |
tree | commitdiff |
| 2014-04-06 |
David Levine | Instead of relying on errno to determine if locking... |
tree | commitdiff |
| 2014-04-06 |
David Levine | Don't ignore return value of lkfopendata(), most notably of |
tree | commitdiff |
| 2014-04-05 |
David Levine | Update context and sequences before showing messages... |
tree | commitdiff |
| 2014-04-03 |
Ken Hornstein | Moving closer to fixing mhshow completely. Includes... |
tree | commitdiff |
| 2014-03-26 |
Ken Hornstein | Start of changes for mhshow; compiles, but does nothing... |
tree | commitdiff |
| 2014-03-21 |
Ken Hornstein | Move pidcheck() into mhshowsbr.c (the only consumer... |
tree | commitdiff |
| 2014-03-21 |
Ken Hornstein | Remove support for -pause/-nopause switches to mhshow... |
tree | commitdiff |
| 2014-03-21 |
Ken Hornstein | Remove support for parallel content display. This... |
tree | commitdiff |
| 2014-03-15 |
David Levine | Fixed some of the issues noted by clang --analyze with |
tree | commitdiff |
| 2014-03-14 |
Ken Hornstein | Sigh. Make localmbox work even if we're not using... |
tree | commitdiff |
| 2014-03-14 |
Ken Hornstein | Add support for printing iconv and localmbox. |
tree | commitdiff |
| 2014-03-07 |
David Levine | Fixed a few very minor issues that cppcheck noticed. |
tree | commitdiff |
| 2014-03-07 |
David Levine | Removed declaration of unused sm_reply from post.c. |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Put in check so "attach" is rejected when the draft... |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Prevent crash if editfile() is called and both "*ed... |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Remove unneeded assignment. |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Fix up some warnings and problems when iconv doesn... |
tree | commitdiff |
| 2014-03-06 |
Ken Hornstein | Merge branch 'extended-params' |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Add extra argument to add_param() so it can use the... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Whoops, a little TOO hasty on the last bugfix; put... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Switch over to using the token parser instead of isspac... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Move language tag parser into the block so it only... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Change disposition output slightly. |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Update mhlist and other relevant utilities to output... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Fix up some error reporting, and reassemble partial... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Fix up a few pointer mishaps; this should now get every... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | Whoops, forgot to set the name element of the partial... |
tree | commitdiff |
| 2014-03-05 |
Ken Hornstein | A few minor fixups; the parser now passes the test... |
tree | commitdiff |
| 2014-03-04 |
Ken Hornstein | Fixes for the MIME parser; kinda works for regular... |
tree | commitdiff |
| 2014-03-04 |
Ken Hornstein | More work on extended parameter parser. Does not compi... |
tree | commitdiff |
| 2014-03-03 |
Ken Hornstein | Make parse_header_attrs() a private function (there... |
tree | commitdiff |
| 2014-03-03 |
David Levine | Added mkstemp(1), wrapper around mkstemp(3)/mkstemps... |
tree | commitdiff |
| 2014-03-03 |
David Levine | Added convenience function die() to mhmail. |
tree | commitdiff |
| 2014-03-03 |
Ken Hornstein | Switch over get_ctinfo() to determine the filename... |
tree | commitdiff |
| 2014-03-02 |
David Levine | Added commented explaining use of ci_attrs[0] in |
tree | commitdiff |
| 2014-03-02 |
Ken Hornstein | Whoops, forgot to TEST THIS OUT first. |
tree | commitdiff |
| 2014-03-02 |
Ken Hornstein | More cleaned and conversion to the new parameter API. |
tree | commitdiff |
| 2014-03-02 |
Ken Hornstein | Add a new get_param_value(); redo iconv() parameter... |
tree | commitdiff |
| 2014-03-01 |
David Levine | mhstore(1) now obeys its -noverbose switch. |
tree | commitdiff |
| 2014-03-01 |
David Levine | Fix to commit a2806483a53fcdb62ca8e2bec4f4e023355f4470 |
tree | commitdiff |
| 2014-02-28 |
Ken Hornstein | Fix iconv return value test warning. |
tree | commitdiff |
| 2014-02-28 |
Ken Hornstein | Support complete encoding for encoding Content-Type... |
tree | commitdiff |
| 2014-02-27 |
Ken Hornstein | Use RFC 2047 encoding for Content-Description, and... |
tree | commitdiff |
| 2014-02-27 |
Ken Hornstein | Re-do length calculation for parameter output, and... |
tree | commitdiff |
| 2014-02-27 |
David Levine | Fixed quoting of filename, expanded C-T parameter value... |
tree | commitdiff |
| 2014-02-27 |
Ken Hornstein | Closer, but not quite right yet. |
tree | commitdiff |
| 2014-02-27 |
David Levine | Updated mhparam, man pages, and test-mhparam to reflect... |
tree | commitdiff |
| 2014-02-26 |
Ken Hornstein | Remove unused variable, and make sure we free c_dispo_type. |
tree | commitdiff |
| 2014-02-26 |
Ken Hornstein | Calculate "characters to use in for current line" based... |
tree | commitdiff |
| 2014-02-25 |
Ken Hornstein | First basic test of extended parameter output: working! |
tree | commitdiff |
| 2014-02-24 |
Ken Hornstein | Make sure we don't modify the original text when proces... |
tree | commitdiff |
| 2014-02-22 |
Ken Hornstein | It compiles now! And actually sort of works, but still... |
tree | commitdiff |
| 2014-02-21 |
Ken Hornstein | Getting closer to getting something working. |
tree | commitdiff |
| 2014-02-20 |
Ken Hornstein | More work on handling encoded params; still does not... |
tree | commitdiff |
| 2014-02-20 |
David Levine | Fix to commit ed3214f1518b36c8b96a1a17be4af0a708ea25e3 |
tree | commitdiff |
| 2014-02-20 |
David Levine | Generalized %{charset} display string escape to any... |
tree | commitdiff |
| 2014-02-20 |
David Levine | Added reason to mhfixmsg's printout when it fails to... |
tree | commitdiff |
| 2014-02-20 |
David Levine | Refined commit ed3214f1518b36c8b96a1a17be4af0a708ea25e3... |
tree | commitdiff |
| 2014-02-19 |
David Levine | Migrated show_content_aux2() to argsplit(). |
tree | commitdiff |
| 2014-02-19 |
David Levine | Removed redundant quoting of %f and %F in display strin... |
tree | commitdiff |
| 2014-02-19 |
David Levine | Removed leading "exec " inserted in show_content_aux2... |
tree | commitdiff |
| 2014-02-18 |
David Levine | Silenced warnings when built without iconv. |
tree | commitdiff |
| 2014-02-16 |
David Levine | Removed remaining TMP relics missed with commit |
tree | commitdiff |
| 2014-02-16 |
David Levine | Added support for %{charset} display string escape... |
tree | commitdiff |
| 2014-02-16 |
David Levine | Factored out duplicate code into parse_display_string... |
tree | commitdiff |
| 2014-02-12 |
Ken Hornstein | More extended parameter work. Still non-functional. |
tree | commitdiff |
| 2014-02-12 |
Ken Hornstein | Beginnings of RFC 2231 support. Does not compile ... |
tree | commitdiff |
| 2014-02-11 |
David Levine | Removed the -[no]textcharset switches that were added... |
tree | commitdiff |
| 2014-02-09 |
David Levine | Added -[no]textcharset switches to mhshow(1). These... |
tree | commitdiff |
| 2014-02-09 |
David Levine | Changed "codeset" to "charset" for (and in) mhfixmsg... |
tree | commitdiff |
| 2014-02-08 |
David Levine | Moved upcase(), update_attr(), content_charset(), and |
tree | commitdiff |
| 2014-02-05 |
Ken Hornstein | Fix uninitialized variable warning |
tree | commitdiff |
| 2014-02-05 |
Ken Hornstein | Adjust the quoted-printable output routine to continue... |
tree | commitdiff |
| 2014-02-04 |
Ken Hornstein | Fix up mhbuild so the character set is always output... |
tree | commitdiff |
| next |