]> diplodocus.org Git - nmh/shortlog
nmh
2014-03-06 Ken HornsteinRemove unneeded assignment.
2014-03-06 Ken HornsteinFix up some warnings and problems when iconv doesn...
2014-03-06 Ken HornsteinMerge branch 'extended-params'
2014-03-06 Ken HornsteinUpdate pending-release-notes.
2014-03-06 Ken HornsteinMore tests for extended-parameter parsing.
2014-03-05 Ken HornsteinAdd extra argument to add_param() so it can use the...
2014-03-05 Ken HornsteinA more complicated RFC 2231 parsing example.
2014-03-05 Ken HornsteinWhoops, a little TOO hasty on the last bugfix; put...
2014-03-05 Ken HornsteinSwitch over to using the token parser instead of isspac...
2014-03-05 Ken HornsteinMove language tag parser into the block so it only...
2014-03-05 Ken HornsteinChange disposition output slightly.
2014-03-05 Ken HornsteinUpdate information to mention RFC 2231.
2014-03-05 Ken HornsteinAdd message/external-body test.
2014-03-05 Ken HornsteinUpdate mhlist and other relevant utilities to output...
2014-03-05 Ken HornsteinSome tests for RFC 2231 decoding; seems like it works...
2014-03-05 Ken HornsteinFix up some error reporting, and reassemble partial...
2014-03-05 Ken HornsteinFix up a few pointer mishaps; this should now get every...
2014-03-05 Ken HornsteinWhoops, forgot to set the name element of the partial...
2014-03-05 Ken HornsteinA few minor fixups; the parser now passes the test...
2014-03-04 Ken HornsteinFixes for the MIME parser; kinda works for regular...
2014-03-04 Ken HornsteinMore work on extended parameter parser. Does not compi...
2014-03-03 David LevineIn test/common.sh.in trap, cd to $MH_TEST_DIR before...
2014-03-03 Ken HornsteinMake parse_header_attrs() a private function (there...
2014-03-03 Ken HornsteinConvert unqp() to decode_qp(), and make it a public...
2014-03-03 David LevineAdded mkstemp(1), wrapper around mkstemp(3)/mkstemps...
2014-03-03 David LevineAdded convenience function die() to mhmail.
2014-03-03 Ken HornsteinSwitch over get_ctinfo() to determine the filename...
2014-03-02 David LevineAdded recommendation to use nmh-storage profile setting or
2014-03-02 David LevineAdded check of -noverbose to test-mhstore.
2014-03-02 David LevineAdded commented explaining use of ci_attrs[0] in
2014-03-02 Ken HornsteinWhoops, forgot to TEST THIS OUT first.
2014-03-02 Ken HornsteinFor some reason viamail listed mhoutsbr as a dependency...
2014-03-02 Ken HornsteinMore cleaned and conversion to the new parameter API.
2014-03-02 Ken HornsteinAdd a new get_param_value(); redo iconv() parameter...
2014-03-01 David LevineRemoved recommendation from mhstore man page that users...
2014-03-01 David LevineAdded description of switches.
2014-03-01 David Levinemhstore(1) now obeys its -noverbose switch.
2014-03-01 David LevineFix to commit a2806483a53fcdb62ca8e2bec4f4e023355f4470
2014-03-01 David LevineMoved discussion when no messages are matched from...
2014-03-01 David LevineRemoved a couple of unnecessary vector typedefs from...
2014-03-01 David LevineUpdated MACHINES and SPECS/nmh.spec to reflect packages
2014-02-28 Ken HornsteinFix iconv return value test warning.
2014-02-28 Ken HornsteinSupport complete encoding for encoding Content-Type...
2014-02-27 Ken HornsteinUse RFC 2047 encoding for Content-Description, and...
2014-02-27 Ken HornsteinRe-do length calculation for parameter output, and...
2014-02-27 David LevineFixed quoting of filename, expanded C-T parameter value...
2014-02-27 Ken HornsteinCloser, but not quite right yet.
2014-02-27 David LevineUpdated mhparam, man pages, and test-mhparam to reflect...
2014-02-26 Ken HornsteinAdd test for long + encoded line; does not pass right...
2014-02-26 Ken HornsteinMake sure we include space in the list of characters...
2014-02-26 Ken HornsteinRemove unused variable, and make sure we free c_dispo_type.
2014-02-26 Ken HornsteinA new test for longer lines.
2014-02-26 Ken HornsteinCalculate "characters to use in for current line" based...
2014-02-25 Ken HornsteinFirst basic test of extended parameter output: working!
2014-02-25 Ken HornsteinBeginnings of test suite for RFC 2231 support; does...
2014-02-25 David LevineFixed m_getfld() to not return EOF indicator, so that...
2014-02-24 Ken HornsteinMake sure we don't modify the original text when proces...
2014-02-24 David LevineAdded mh-folders to nmh(7) man page. Split out Formats...
2014-02-24 Ken HornsteinFix up error reporting for the hook code.
2014-02-22 Ken HornsteinIt compiles now! And actually sort of works, but still...
2014-02-21 Ken HornsteinGetting closer to getting something working.
2014-02-20 Ken HornsteinMore work on handling encoded params; still does not...
2014-02-20 David LevineCast argument to isspace() to unsigned char instead...
2014-02-20 David LevineFix to commit ed3214f1518b36c8b96a1a17be4af0a708ea25e3
2014-02-20 David LevineGeneralized %{charset} display string escape to any...
2014-02-20 David LevineAdded reason to mhfixmsg's printout when it fails to...
2014-02-20 David LevineRefined commit ed3214f1518b36c8b96a1a17be4af0a708ea25e3...
2014-02-19 David LevineMigrated show_content_aux2() to argsplit().
2014-02-19 David LevineRemoved redundant quoting of %f and %F in display strin...
2014-02-19 David LevineRemoved leading "exec " inserted in show_content_aux2...
2014-02-18 Ken HornsteinFix for bug #41618: Supply charset to w3m when converti...
2014-02-18 David LevineSilenced warnings when built without iconv.
2014-02-16 David LevineAdded MH libdir to PATH in test-textcharset because...
2014-02-16 David LevineRemoved remaining TMP relics missed with commit
2014-02-16 David LevineAdded support for %{charset} display string escape...
2014-02-16 David LevineFactored out duplicate code into parse_display_string...
2014-02-16 David LevineInstead of printing PostScript attachments, by default...
2014-02-16 David LevineAdded associations to mhn.defaults.sh from
2014-02-12 Ken HornsteinMore extended parameter work. Still non-functional.
2014-02-12 Ken HornsteinMove contains8bit() to a common file, and make it a...
2014-02-12 Ken HornsteinBeginnings of RFC 2231 support. Does not compile ...
2014-02-11 David LevineRemoved the -[no]textcharset switches that were added...
2014-02-09 David LevineUse test_skip in test-textcharset if not built with...
2014-02-09 David LevineNeed to set locale to something other than UTF-8 on...
2014-02-09 David LevineRemoved potential buffer overflow from ruserpass()...
2014-02-09 David LevineAdded -[no]textcharset switches to mhshow(1). These...
2014-02-09 David LevineUse $MH shortcut for the profile in a few of the tests.
2014-02-09 David LevineIn test-mhfixmsg, look at configuration to see if iconv...
2014-02-09 David LevineRemove mhbuild backup files at end of a couple of tests...
2014-02-09 David LevineChanged "codeset" to "charset" for (and in) mhfixmsg...
2014-02-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2014-02-07 Ken HornsteinStart of changes to support extended parameter parsing...
2014-02-05 Ken HornsteinFix uninitialized variable warning
2014-02-05 Ken HornsteinAdjust the quoted-printable output routine to continue...
2014-02-04 Ken HornsteinAdd test for -maxunencoded.
2014-02-04 Ken HornsteinA few more C-T-E tests.
2014-02-04 Ken HornsteinStill more CTE tests to cover (hopefully) all of tbe...
2014-02-04 Ken HornsteinMore CTE tests.
2014-02-04 Ken HornsteinMore fixes (and tests) for the base64 encoder.
2014-02-04 Ken HornsteinAdd a new base64 CTE test.
next