]> diplodocus.org Git - nmh/history - uip
add new message separator header to mhshow
[nmh] / uip /
2015-02-08 Paul Foxadd new message separator header to mhshow
2015-02-08 David LevineAdded support to mhfixmsg -reformat for multipart/relat...
2015-02-05 David LevineRemoved unused local variable from move_preferred_part().
2015-02-04 Paul Foximplement -prefer, for multipart/alternative preferences
2015-02-04 Paul Foxmhshow: ensure that -part always shows every part requested
2015-02-04 Paul Foxmhshow: fix display of alternatives after certain neste...
2015-02-04 Paul Foxmhshow: simplify code -- the DONE status was adding...
2015-02-03 Paul Foxdrop the second argument to part_ok(), since it is...
2015-01-27 Lyndon Nerenberg'mhparam bindir' now prints NMH's idea of $(bindir).
2015-01-12 David LevineHave show_content_aux2(), and therefore show_content_au...
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2014-12-25 David LevineAdded -fixtype switch to mhfixmsg(1). It ensures that...
2014-12-25 David LevineAdded ct_str_type() and ct_str_subtype() functions...
2014-12-25 David LevineMerged two adjacent if (verbose) blocks.
2014-12-24 David LevineAlways initialize those two variables made static in...
2014-12-21 David LevineRearranged code to avoid "might be clobbered by longjmp...
2014-12-21 David LevineRemoved unnecessary #includes of setjmp.h.
2014-12-06 David LevineOnly remove extraneous trailing semicolon from Content...
2014-12-06 Eric GillespieTerminate last arg in proxy argv n popsbr.c:parse_proxy().
2014-12-02 Ken HornsteinSet all Content structure elements to NULL as they...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-12-01 Paul Foxcast isspace() arg to unsigned char in previous commit
2014-12-01 Paul Foxhandle extraneous trailing ';' characters that are...
2014-12-01 David Levinemhfixmsg now removes an extraneous trailing semicolon...
2014-11-23 David LevineUse Nmh-Attach for attach header field name, and accept...
2014-11-23 David LevineHave to check for missing type parameter in message...
2014-11-21 David LevineLook at type of parent multipart/related when determini...
2014-11-21 David LevineAdded support for multipart/related to MIME parser.
2014-11-21 David LevineAdded some checks to mhfixmsg.c to avoid dereferecing...
2014-11-21 David LevineFixed double fclose() in InitMultiPart() and leaks...
2014-11-20 Paul Foxprevent spurious errors when requesting specific messag...
2014-11-20 David LevineAdded -[no]changecur switches to mhfixmsg(1).
2014-11-16 David LevineFixed repl help message to show "-[no]cc all|to|cc...
2014-11-16 David LevineFixed leak in content_charset(): if get_param() found...
2014-11-15 David LevineMoved mhstore declarations from uip/mhn.c, uip/mhstore...
2014-11-08 David LevineChanged content_charset() to not cache, so the user...
2014-11-08 David LevineCleaned up leaks from calls to content_charset() in...
2014-11-08 David LevineAdded deallocation of cts to freects_done().
2014-11-04 David LevineFixed mlistfree() so that it doesn't dereference a...
2014-10-30 David LevineFixed memory management in mhstore. The main problem...
2014-10-30 David LevineAdded initial "MH-Profile-Version: 1.0\n" line to newly...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-11 David LevineAdded mh_xcalloc().
2014-10-05 Lyndon NerenbergNew locations for config files and support binaries...
2014-10-05 David LevineFixed commit 2adafe760a9c45b417727a3f5d9481de26471a8b...
2014-09-15 David LevineAdded checks of return value of fwrite() calls where...
2014-09-15 David LevineAn "rtrim" flag has been added to mhl to remove any...
2014-09-15 David LevineIf a component has trailing whitespace, e.g., body...
2014-09-13 David LevineFixed all anomalies detected by clang static analyzer...
2014-09-06 David LevineCheck return values of system calls in uip/ and test...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-09-02 David LevineDon't let scan() use too large a width (BUFSIZ for...
2014-08-31 David LevineA value of 0 for the width switch of scan(1), inc(1...
2014-08-31 David LevineFixed read of body in fmttest to limit size to that...
2014-08-26 David LevineCheck return values of system calls in several sbr...
2014-08-26 David LevineMoved reverse_alternative_parts() from mhfixmsg.c to...
2014-08-26 David LevineRemoved msh relics from scansbr.c, including a global.
2014-08-25 David LevineDynamically allocate space for the output of fmt_scan...
2014-08-24 David LevineAdded const to last argument of trace_cb signature...
2014-08-17 David LevineChecked return value of write() calls in mhfixmsg.c,
2014-08-04 David LevineRemoved mhlsbr(). It was only used by msh, too.
2014-08-04 David LevineRemoved m_eomsbr() from m_getfld.c, and its scan_eom_ac...
2014-08-03 David LevineAdded -debug switch to pick(1) and deprecated $MHPDEBUG.
2014-08-03 David LevineFixed refile(1) -retainsequences when the source and...
2014-07-23 David LevineWhen mhparam(1) is going to output the value for spooll...
2014-07-09 David LevineIf the user didn't specify any of the tls switches...
2014-07-03 Lyndon NerenbergNote that post uses the submission port now.
2014-06-10 Ken HornsteinUse variable-size (but in one case, fixed but larger...
2014-06-08 Ken HornsteinReturn an appropriate error if the input characters...
2014-06-06 Paul Foxmhlist: don't truncate anything when -verbose
2014-05-30 David LevineAdded static to declaration of docc().
2014-05-30 David LevineUndid commit 475fef2edee9db3c63fc089df76f8e93e3d598cd...
2014-05-28 David LevineAdded mention of "Reply to <address>?" prompt to repl...
2014-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-23 David LevineFixed to commit 378589b17424bd78acbfc57d505383ffb8c256cb:
2014-05-22 David LevineDon't pass -[no]concat from show(1) to mhl(1).
2014-05-16 Ken HornsteinHandle unknown message types in the generic content...
2014-05-16 Ken HornsteinOutput a newline if the last character in a text/plain...
2014-05-16 Ken HornsteinMove the prototype for show_content_aux() to a common...
2014-05-15 Paul Foxfix comment syntax
2014-05-15 Paul Foxclarify scan_content() logic for choosing encoding
2014-05-15 David LevineAdded support for mhbuild-disposition-<type>[/<subtype...
2014-05-15 Paul Foxchange mhlist to use decimal math when abbreviating...
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-08 Paul Foxeliminate use of fgets() from calculate_digest() in...
2014-05-08 Paul Foxeliminate use of fgets() in mhbuild.c
2014-05-08 Paul Foxeliminate use of fgets() in mhparse.c
2014-05-08 Paul Foxclean up whitespace in mhbuildsbr.c
2014-05-08 Paul Foxmake scan_content() work correctly with content contain...
2014-05-08 Paul Foxmake writeQuoted() work correctly with content containi...
2014-05-08 Ken HornsteinTreat unknown top-level content types as "application...
2014-05-07 Paul Foxremove binaries unintentionally committed
2014-05-07 Paul Foxmodify mhshow marker format to include the size of...
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-05-07 Paul Foxmake the %(size) function useful in mhshow marker line...
2014-05-05 David LevineRemoved obsolete comment.
2014-05-05 David LevineReplaced use of norm_charmap() in mhshow and mhfixmsg...
2014-05-04 David LevineIn mhshow, copy result of call to norm_charmap() and...
next