]> diplodocus.org Git - nmh/history - uip
Added showmimeproc to test/common.sh.in so that test-show will test
[nmh] / uip /
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...
2014-01-18 David LevineRemoved -a option from whatnow attach, in anticipation of
2014-01-17 Ken HornsteinAdd support for -auto flag to mhbuild.
2014-01-17 Ken HornsteinRemove WHATNOW #ifdefs; that code was obsolete a long...
2014-01-17 David LevineMoved readconfig() of mhn.defaults into construct_build...
2014-01-15 David LevineAdded check to get_file_info() in attach.c for failed...
2014-01-12 David LevineAdded -v and -a switches to whatnow attach so the user...
2014-01-11 David LevineReworked attach to add charset to Content-Type string for
2014-01-11 Ken HornsteinDon't error out if the message body is empty.
2014-01-10 Ken HornsteinMake sure we use the 'short' filename and add newlines...
2014-01-10 Ken HornsteinA bit closer, but don't run the test just yet.
2014-01-09 Ken HornsteinPreliminary Attach: header support. Untested just...
2014-01-09 David LevineDetect whether or not to use -n with tail in build_nmh.
2014-01-07 David LevineReplaced hidden make_mime_composition_file_entry()...
2014-01-05 David LevineFixed description of send -attach switch in whatnow...
2014-01-05 David LevineRemoved remaining globals in uip/attach.c.
2014-01-05 David LevineGot rid of a couple of globals used by attach get_line().
2014-01-05 David LevineMoved the functions that implement whatnow attach from
2014-01-05 David LevineIn whatnow help, don't show that detached can be abbrev...
2014-01-03 Ken HornsteinGarbage collect some Autoconf cruft that has been aroun...
2014-01-03 Ken HornsteinConvert all of the terminal functions over to terminfo...
2014-01-02 Ken HornsteinSwitch from the M-X format for characters with the...
2014-01-02 Ken HornsteinDrop support for different behavior on hardcopy termina...
2014-01-02 Ken HornsteinMove the termsbr code into the libmh library, where...
2014-01-01 David LevineChanged several globals to be static, to avoid collision,
2013-12-31 Ken HornsteinChange fmttest to use litputs() on str and output buffe...
2013-12-28 David LevineFixed chmod of temp file in prompter. Noticed by valgrind.
2013-12-28 David LevineNull-terminate buffer in mbx_copy() in dropsbr.c. ...
2013-12-22 David Levinefile --mime on OpenBSD returns strings such as "text...
2013-12-22 David LevineWhooops, gcc on OpenBSD noticed a nasty in the last...
2013-12-22 David LevineWith whatnow attach, determine the content MIME type...
2013-12-22 David LevineIncreased size of file command buffer in make_mime_comp...
2013-12-13 David LevineTweaked rcvtty.c to squelch warnings on OpenBSD. Three...
2013-12-13 David LevineInitialize local child_id in main() of whom.c to squelc...
2013-12-13 David LevineSquelch warning from cc on OpenBSD that fd argument...
2013-12-11 David LevineRemoved a bunch of unreachable break statements found by
2013-12-09 David LevineRemoved dependence of build_nmh on ldd by adding sasl...
2013-12-05 David LevineFix to commit 7e40862e6a4da7810a46aa1e28b05e527fdc208a:
2013-12-05 David LevineReally fixed mhmail.
2013-12-05 David LevineFixed test-mhmail failure on Solaris: its tail doesn...
2013-12-05 Ken HornsteinGarbage collect "normalize".
2013-12-05 David LevineUse ICONV_CONST in declaration of variable that's passed to
2013-12-05 David LevineAdded comment about not supporting trailing semicolons
2013-12-04 Ken HornsteinMerge branch 'encode-rfc2047'
2013-12-03 Ken HornsteinAdd support for a -file switch to handle messages that...
2013-12-02 Ken HornsteinRemove code to set the signature buffer; it turns out...
2013-11-14 Ken HornsteinSwitch fmttest over to using snprintb() instead of...
2013-11-13 Ken HornsteinFix up date mode so it works without providing a format...
2013-11-09 Ken HornsteinAdd support for -changecur and -nochangecur to mhlist(1).
2013-11-08 Ken HornsteinFix handling of -headerencoding switch.
next