]> diplodocus.org Git - nmh/history - h
Alter mh-chart(7)'s NAME to be lowercase.
[nmh] / h /
2015-02-14 David LevineRemoved #include of signal.h because it's in h/signals.h.
2015-02-13 David LevineRemoved a few more msh (MS_MSH and mshproc) and vmh...
2015-02-08 Paul Foxadd new message separator header to mhshow
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-04 Paul Foximplement -prefer, for multipart/alternative preferences
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-10 David LevineAdded multiply format function, requested by Norm.
2015-01-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-04 David LevineAdded mhical(1), to display, reply to, and cancel iCale...
2014-12-25 David LevineAdded const to char * arguments of uprf().
2014-12-25 David LevineAdded ct_str_type() and ct_str_subtype() functions...
2014-12-15 David LevineAdded -convertargs switch to repl(1), to pass arguments...
2014-12-09 Eric GillespieImplement OAuth 2.0 [1] for XOAUTH2 in SMTP [2] and...
2014-12-02 Ken HornsteinMerge commit '8206fbf', due to my screwup of committing...
2014-11-23 David LevineUse Nmh-Attach for attach header field name, and accept...
2014-11-21 David LevineAdded support for multipart/related to MIME parser.
2014-11-15 David LevineMoved mhstore declarations from uip/mhn.c, uip/mhstore...
2014-10-28 David LevineRenamed getmymbox mh-format escape function to getmyadd...
2014-10-26 David LevineAdded getmymbox function escape.
2014-10-26 David LevineAdded free_fs(), corresponding to new_fs().
2014-10-25 David LevineReworked charstring_buffer_copy() to not use strdup...
2014-10-11 David LevineAdded mh_xcalloc().
2014-10-09 Lyndon NerenbergMerge branch 'master' of ssh://git.sv.gnu.org/srv/git/nmh
2014-10-09 Lyndon Nerenbergno-op to force check the buildbots.
2014-09-15 David LevineIf a component has trailing whitespace, e.g., body...
2014-09-02 David LevineDoubled size of buffers used by m_getfld(), scan, and...
2014-08-26 David LevineMoved reverse_alternative_parts() from mhfixmsg.c to...
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-24 David LevineAdded charstring "class".
2014-08-16 David LevineRemoved h/msh, hopefully the last msh relic.
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-05-26 David LevineAdded context_find_by_type(), helper function to search...
2014-05-16 Ken HornsteinMove the prototype for show_content_aux() to a common...
2014-05-14 Paul Foxadd $(kibi) function, as complement to %(kilo)
2014-05-14 Paul Foxrename %(units) to %(kilo)
2014-05-08 David LevineMoved norm_charmap() declaration from h/prototypes...
2014-05-07 Paul Foxadd "%(units)" function, to express numbers with SI...
2014-05-07 Ken HornsteinDocument these functions a bit better.
2014-04-18 Ken HornsteinRemove support for a "*" in alias files (which would...
2014-04-18 Ken HornsteinRemove msh(1).
2014-04-10 David LevineMerge remote-tracking branch 'origin/fix-locking'
2014-04-09 Ken HornsteinMerge branch 'mhshow-fixup'
2014-04-09 Ken HornsteinChange things so we only supply a form filename; most...
2014-04-09 Ken HornsteinNow only display text and inline content by default.
2014-04-06 David LevineInstead of relying on errno to determine if locking...
2014-04-06 David LevineDon't ignore return value of lkfopendata(), most notably of
2014-04-03 Ken HornsteinMoving closer to fixing mhshow completely. Includes...
2014-03-26 Ken HornsteinStart of changes for mhshow; compiles, but does nothing...
2014-03-21 Ken HornsteinMove pidcheck() into mhshowsbr.c (the only consumer...
2014-03-21 Ken HornsteinRemove support for parallel content display. This...
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 HornsteinUpdate mhlist and other relevant utilities to output...
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-02 Ken HornsteinAdd a new get_param_value(); redo iconv() parameter...
2014-03-01 David LevineRemoved a couple of unnecessary vector typedefs from...
2014-02-28 Ken HornsteinSupport complete encoding for encoding Content-Type...
2014-02-26 Ken HornsteinMake sure we include space in the list of characters...
2014-02-21 Ken HornsteinGetting closer to getting something working.
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-08 David LevineMoved upcase(), update_attr(), content_charset(), and
2014-02-07 Ken HornsteinStart of changes to support extended parameter parsing...
2014-02-04 David LevineUse rename(2), not link(2), in m_mktemps() if mkstemps...
2014-02-04 Ken HornsteinSupport for selectable Content-Transfer-Encoding.
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-26 David LevineMerge branch 'tmpfiles'
2014-01-26 David LevineMerge branch 'tmpfiles'
2014-01-25 David LevineReplaced boilerplate at beginning of each nmh program...
2014-01-24 Ken HornsteinMove uip/attach.c to sbr/mime_type.c; it was used by...
2014-01-23 Ken HornsteinMerge branch 'mhbuild-always'
2014-01-22 Ken HornsteinConvert whatnow over to using the new Attach header.
2014-01-22 David LevineAdded svector_find() function.
2014-01-22 David LevineExpose get_temp_dir().
2014-01-19 Ken HornsteinAdd support for not outputting any MIME headers when...
2014-01-18 Ken HornsteinBeginning of work to run mhbuild always. A bit more...
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2014-01-09 Ken HornsteinPreliminary Attach: header support. Untested just...
2014-01-07 David LevineReplaced hidden make_mime_composition_file_entry()...
2014-01-05 David LevineMoved the functions that implement whatnow attach from
2014-01-03 Ken HornsteinAdd support for %(hascolor), and a new function for...
2014-01-03 Ken HornsteinRemove checks for termcap.h and ncurses/termcap.h,...
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-02 Ken HornsteinDocument a few more things.
2013-12-02 Ken HornsteinSince our last caller of getlocaladdr() was removed...
2013-11-14 Ken HornsteinBreak out the unquote functionality to a separate function.
2013-11-14 Ken HornsteinSwitch fmttest over to using snprintb() instead of...
2013-11-14 Ken HornsteinDocument snprintb() a bit.
2013-11-11 Ken HornsteinDocument things a bit more.
next