]> diplodocus.org Git - nmh/history - uip
Don't test -reverse's boolean on every message number.
[nmh] / uip /
2014-03-07 David LevineRemoved declaration of unused sm_reply from post.c.
2014-03-06 Ken HornsteinPut in check so "attach" is rejected when the draft...
2014-03-06 Ken HornsteinPrevent crash if editfile() is called and both "*ed...
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-05 Ken HornsteinAdd extra argument to add_param() so it can use the...
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 mhlist and other relevant utilities to output...
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 Ken HornsteinMake parse_header_attrs() a private function (there...
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 commented explaining use of ci_attrs[0] in
2014-03-02 Ken HornsteinWhoops, forgot to TEST THIS OUT first.
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 Levinemhstore(1) now obeys its -noverbose switch.
2014-03-01 David LevineFix to commit a2806483a53fcdb62ca8e2bec4f4e023355f4470
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 HornsteinRemove unused variable, and make sure we free c_dispo_type.
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-24 Ken HornsteinMake sure we don't modify the original text when proces...
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 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 David LevineSilenced warnings when built without iconv.
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-12 Ken HornsteinMore extended parameter work. Still non-functional.
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 LevineAdded -[no]textcharset switches to mhshow(1). These...
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-05 Ken HornsteinFix uninitialized variable warning
2014-02-05 Ken HornsteinAdjust the quoted-printable output routine to continue...
2014-02-04 Ken HornsteinFix up mhbuild so the character set is always output...
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
2014-02-03 David LevineRestored setuid/setgid to slocal: it needs them when...
2014-02-02 David LevineRemoved all unnecessary setuid/setgid calls. Using...
2014-02-02 David LevineAdded m_mktemps(), which creates a temporary file with...
2014-02-01 Ken HornsteinMerge branch 'base64-text-fixup'
2014-01-31 Ken HornsteinFix base64 to handle text parts properly; currently...
2014-01-29 Ken HornsteinBeginnings of selectable CTE; allow specification in...
2014-01-28 David Levinemhl() needs to set invo_name, too.
2014-01-27 David LevineWhatNow needs to set invo_name so that switches are...
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineAdded unregister_for_removal(0) calls to the couple...
2014-01-25 David LevineReplaced nearly all unlink(3) calls with m_unlink().
2014-01-25 David LevineRestored the unlinks of temporary files immediately...
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-25 David LevineRemoved 3 renames of temporary files in mhparse.c....
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-24 Ken HornsteinIn my over-eager trimming I didn't realize the fallback...
2014-01-24 David LevineReplaced use of mkstemp() with m_mktemp2() in header_fd...
2014-01-24 Ken HornsteinSwitch from volatile char * to the more correct char...
2014-01-23 Ken HornsteinWhoops, forgot to initialize the linked list next point...
2014-01-23 Ken HornsteinTry to suppress warnings from changes (but why is this...
2014-01-23 Ken HornsteinWhoops, forgot a newline.
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-23 Ken HornsteinGarbage collect unused code.
2014-01-23 Ken HornsteinRemove automimeproc functionality; it's redundant now.
2014-01-22 Ken HornsteinFix mhmail so it works with the new world order.
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 Ken HornsteinMake viamail read the user's profile; this is required...
2014-01-22 David LevineAlways check that mktemp()/mktemp2() succeeds before...
2014-01-21 David LevineReplaced use of m_mktemp() with m_mktemp2() so that...
2014-01-21 David LevineRemoved remaining occurrences of char *tmp from uip...
2014-01-20 David LevineRemoved "tmp" from the uip/mh* programs, so that they...
2014-01-20 Ken HornsteinRemove the --disable-locale configure option and make...
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-19 Ken HornsteinAllow mhbuild to work when the message body is empty...
2014-01-19 Ken HornsteinRemoved unused argument "file" to user_content().
2014-01-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
next