]> diplodocus.org Git - nmh/shortlog
nmh
2016-04-10 Eric Gillespiefix mhlogin -browser test
2016-04-03 Eric Gillespietest mhlogin -browser
2016-03-27 David LevineDon't call sm_auth_sasl() for XAUTH2 with -sasl. Instead,
2016-03-26 David LevineAdded start_test()/finish_test() to README.developers.
2016-03-26 David LevineMigrated the oauth tests to start_test()/finish_test...
2016-03-26 David LevineAdded start_test() and finish_test() functions to test...
2016-03-25 David LevineAdded -browser switch to mhlogin(1).
2016-03-25 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineChanged minchars swit values for -[no]concat switches...
2016-03-24 David LevineUse WIFXEXITED to check return status of system(),...
2016-03-24 David LevineChanged sign of minchars for the SASL-related switches...
2016-03-24 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-24 David LevineReplaced -oauth service switch with -saslmech xoauth2
2016-03-21 Lyndon NerenbergAnother pass at cleaning up (some of) the manpages.
2016-03-19 David LevineAdded check of return value of write() to quash compile...
2016-03-19 Ken HornsteinRecover properly if the character conversion fails.
2016-03-19 Ken HornsteinFix substitution code so it uses the right pointer...
2016-03-18 David LevineMerge remote-tracking branch 'origin' into xoauth
2016-03-18 David LevineHave fix_boundary() return NOTOK if it couldn't fix...
2016-03-17 David LevineAdded oauth support to whatnow.
2016-03-13 David LevineAdded oauth switch to whatnow.
2016-03-13 David LevineAdded use of local variable user to prevent compiler...
2016-03-13 David LevineSort JSON output from oauth tests so that comparisons...
2016-03-13 David LevineSet MH_VERSION, OAUTH_SUPPORT, and CURL_USER_AGENT...
2016-03-13 David LevineAdded OAuth2 support to build_nmh.
2016-03-13 David LevineMerge branch 'master' into xoauth
2016-03-12 David LevineHave -nocrlflinebreaks apply to the message parts that...
2016-03-12 David LevineAdded EXAMPLES and BUGS sections.
2016-03-12 Eric GillespieImplement the -reverse option to pick(1) to change...
2016-02-27 David LevineUpdated date on mh-folders(5) man page.
2016-02-27 David LevineAdded application/ics to default list if types to decode.
2016-02-25 Paul Foxmh-folders.man: note that folders should not be named...
2016-02-25 David LevineAdded -[no]crlflinebreaks switches to mhfixmsg(1).
2016-02-21 David LevineAdded check for successful decode of a different part...
2016-02-21 David LevineDon't consider failure to build a text/plain part to...
2016-02-20 David LevineAdded -decodetypes switch to mhfixmsg(1).
2016-01-29 David LevineAdd missing -infile switch name to mhfixmsg-format...
2016-01-23 David Levinemhical enhancement: If a datetime is missing the time...
2016-01-20 Richard M KreuterSet MH to the resolved, absolute pathname inside contex...
2016-01-20 Richard M KreuterAdded all of mhshow's documented switches to show's...
2016-01-20 David LevineAdded mention of mhfixmsg -fixcte to error message...
2015-11-30 David LevineMoved addition of -ansi -pedantic to CFLAGS with gcc...
2015-11-19 David LevineAllow a RRULE in an iCalendar request to not have an...
2015-11-18 David LevineRemove any enclosing quotes from a timezone identifier...
2015-11-18 David LevineIf format_datetime() returns null, store a copy of...
2015-08-23 Ken HornsteinIf str == buffer, then do NOT do a strncpy(buffer,...
2015-08-23 Ken HornsteinAdd support for setting the environment variable MH_TES...
2015-08-21 Leonardo TaccariAdd support for the -sendmail flag to send/post, to...
2015-07-14 David LevineUnquoted addresses in mhshow and scan output. Suggested by
2015-03-20 Ken HornsteinChange the reference to the valgrind suppression file...
2015-03-20 Ken HornsteinInclude a new valgrind warning suppression for MacOS X.
2015-03-20 Alexander ZangerlMake sure the valgrind suppression file is honored...
2015-03-17 Ken HornsteinFix error message to correctly report the program that...
2015-03-07 Ken HornsteinRearrange all callers of post(8) so that the filename...
2015-03-05 Paul Foxmhparse.c: verify all MIME-Version: headers encountered
2015-02-23 David LevineMerge remote-tracking branch 'origin/convertargs'
2015-02-14 Paul Foxuse %l uniformly on all the text-mode browser display...
2015-02-14 David LevineFilter converted text/html to remove blank lines and...
2015-02-14 David LevineRemoved m_chkids(), per suggestion of Marcin Cieslak.
2015-02-14 David LevineRemoved unnecessary #include of h/signals.h.
2015-02-14 David LevineRemoved #include of signal.h because it's in h/signals.h.
2015-02-14 Marcin CieslakReset done in inc_done() to prevent endless loop when...
2015-02-13 David LevineThat didn't work, so removed offset.
2015-02-13 David LevineUse +0000 isntead of -0000 offset because FreeBSD displ...
2015-02-13 Marcin CieslakReplaced setgid() calls with setegid() so that it works...
2015-02-13 David LevineAdded showmimeproc to test/common.sh.in so that test...
2015-02-13 David LevineRemoved a few more msh (MS_MSH and mshproc) and vmh...
2015-02-12 David LevineReplaced individual assignment of array elements, one...
2015-02-12 Marcin CieslakFixed the error message in lockit() when it fails to...
2015-02-12 Marcin CieslakFixed "inc" to be installed setgid mail with dot lockin...
2015-02-08 Paul Foxupdate tests for new message separator header from...
2015-02-08 Paul Foxupdate man pages for new mhshow message separator header
2015-02-08 Paul Foxadd new message separator header to mhshow
2015-02-08 Paul Foxfix typo in mh-format.man
2015-02-08 Eric GillespieTest that show always shows message numbers.
2015-02-08 Paul Foxtest/common.sh: allow giving individual tests a name
2015-02-08 Paul Foxman pages -- clarify what -part and -type do when used...
2015-02-08 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-08 David LevineAdded support to mhfixmsg -reformat for multipart/relat...
2015-02-05 David LevineFixed test-convert to work on Cygwin and other platform...
2015-02-05 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-02-05 David LevineRemoved unused local variable from move_preferred_part().
2015-02-04 Paul Foxpending-release-notes: add mhshow's "-prefer", and...
2015-02-04 Paul Foxtest-subpart: add mhlist and mhshow tests for -type...
2015-02-04 Paul Foxupdate mhshow, mhlist, and mhstore man pages for -prefe...
2015-02-04 Paul Foximplement -prefer, for multipart/alternative preferences
2015-02-04 Paul Foxmhshow.man: more detail on use of -part and -type switches
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 NerenbergAdd a note about new bindir option to mhparam.
2015-01-27 Lyndon Nerenberg'mhparam bindir' now prints NMH's idea of $(bindir).
2015-01-21 David LevineAdded a line break to mhbuild man page because the
2015-01-19 David LevineMerge remote-tracking branch 'origin' into convertargs
2015-01-12 David LevineFixed check of return value of show_content_aux().
2015-01-12 David LevineHave show_content_aux2(), and therefore show_content_au...
2015-01-12 David LevineHave show_content_aux2(), and therefore show_content_au...
2015-01-10 David LevineFixed typo in mh-format.man page, which I wouldn't...
2015-01-10 David LevineAdded multiply format function, requested by Norm.
next