]> diplodocus.org Git - nmh/history - uip/mhfixmsg.c
Fixed inc(1) and %(me) to not obey Local-Mailbox profile component.
[nmh] / uip / mhfixmsg.c
2019-04-07 David LevineAdded -checkbase switch to mhfixmsg(1).
2019-04-07 David LevineRenamed build_multipart_alt() to build_multipart().
2018-02-03 David LevineRemoved unused hf_encoding from struct hfield.
2018-01-14 David LevineAdded mhfixmsg -[no]decodeheaderfieldbodies switches.
2017-11-12 Ralph Corderoym_name.c: Move interface to own file.
2017-11-12 Ralph Corderoym_gmprot.c: Move interface to own file.
2017-11-12 Ralph Corderoym_getfld.c: Move interface to own file.
2017-11-12 Ralph Corderoygetarguments.c: Move interface to own file.
2017-11-12 Ralph Corderoyconcat.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_setprev.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_setcur.c: Move interface to own file.
2017-11-12 Ralph Corderoyseq_save.c: Move interface to own file.
2017-11-12 Ralph Corderoysmatch.c: Move interface to own file.
2017-11-12 Ralph Corderoyfmt_rfc2047.c: Move interface to own file.
2017-11-12 Ralph Corderoycpydata.c: Move interface to own file.
2017-11-12 Ralph Corderoytrimcpy.c: Move interface to own file.
2017-11-12 Ralph Corderoym_convert.c: Move interface to own file.
2017-11-12 Ralph Corderoym_backup.c: Move interface to own file.
2017-11-12 Ralph Corderoygetfolder.c: Move interface to own file.
2017-11-12 Ralph Corderoyfolder_read.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_save.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_replace.c: Move interface to own file.
2017-11-12 Ralph Corderoycontext_find.c: Move interface to own file.
2017-11-12 Ralph Corderoyreadconfig.c: Move interface to own file.
2017-11-12 Ralph Corderoyambigsw.c: Move interface to own file.
2017-11-12 Ralph Corderoypath.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_version.c: Move interface to own file.
2017-11-12 Ralph Corderoyprint_help.c: Move interface to own file.
2017-11-12 Ralph CorderoyUse #include with `""' for including nmh's source.
2017-11-12 Ralph Corderoyerror.c: Move interface to own file.
2017-11-02 Ralph CorderoyMove the opening brace of a C function to its own line.
2017-10-30 Ralph Corderoyuip: Replace some ints that are only ever 0 or 1 with...
2017-10-30 Ralph Corderoynmh_init(): Replace integer parameter with two bools.
2017-10-30 Ralph CorderoyReplace adios(NULL, ...) with die(...).
2017-09-21 Ralph CorderoyDetect function-pointer `done' being set twice in a...
2017-09-11 Ralph Corderoymhfixmsg.c: Fix memory leak of temporary filename if...
2017-09-11 Ralph Corderoymhfixmsg.c: Fix memory leaks of boundary string on...
2017-09-11 Ralph CorderoyDelete mh_xfree(), changing callers to call free(3...
2017-09-10 Ralph CorderoyRemove test for `\0' in `*s && isfoo(*s)' for ctype...
2017-09-09 Ralph CorderoyRefer to #include files from the root of nmh's source.
2017-08-28 Ralph CorderoyDon't cast zero to a non-function pointer; use NULL...
2017-08-28 Ralph Corderoymhparse: Change mhfixmsg flags from int to bool.
2017-08-28 Ralph Corderoymhparse.h: Add externs for skip_mp_cte_check, etc.
2017-08-28 Ralph Corderoymhfixmsg.c: Make mhfixmsgsbr() static.
2017-08-28 Ralph CorderoyCreate mhmisc.h with mhmisc.c's global-function prototypes.
2017-08-27 David LevineEnsure that mhfixmsg exit status is either 0 or 1.
2017-08-27 Ralph CorderoyAdd gcc's pure function attribute.
2017-08-27 Ralph CorderoyReplace strlen("foo") with LEN("foo").
2017-08-26 Ralph CorderoyAdd more NORETURN and CHECK_PRINTF function attributes.
2017-08-23 Ralph CorderoyDon't need to `else' after adios() at end of then-block.
2017-08-13 Ralph Corderoym_getfld() et al: Replace with m_getfld2(), etc., in...
2017-05-16 Ralph Corderoysbr/mime_type.c: Move prototype from h/prototypes.h...
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-05-15 Ralph Corderoyuip/mhshowsbr.h: Move in declarations from h/mhparse.h.
2017-05-15 Ralph Corderoyuip/mhoutsbr.c: Move exported prototype to new header...
2017-05-15 Ralph Corderoysbr/m_mktemp.h: Move remaining prototypes from h/protot...
2017-05-15 Ralph CorderoyCreate and use header file for uip/mhfree.c's exports.
2017-05-13 Ralph CorderoyAdd FENDNULL(s): fends off NULL by giving an empty...
2017-05-12 Ralph CorderoyReplace `a == b ? 1 : 0' and similar with `a == b'.
2017-05-01 Ralph Corderoymhfixmsg.c: Flip logic to simplify. Remove else after...
2017-04-28 Ralph CorderoyFix spelling in C comments.
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-17 Ralph CorderoyChange admonish(NULL, "foo") to inform("foo, continuing...
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2017-01-17 Ralph Corderoymhfixmsg: Use folder name to open second message of...
2016-12-10 Ralph CorderoyRename recently added HasSuffix() to has_suffix().
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-11-25 David LevineClose temp file.
2016-11-20 David LevineOpen infile before fixing each message.
2016-11-19 David LevineOpen outfile before parsing message(s).
2016-11-08 David LevineReplaced add(s, NULL) with mh_xstrdup(s).
2016-11-08 David LevineRemoved unused global from MIME parser.
2016-11-06 David LevinePlugged remaining mhfixmsg(1) memory leaks.
2016-11-05 David LevineReplaced use of freects_done() with free_content()...
2016-11-03 David LevinePass through message even if from relative folder.
2016-10-31 David LevineReplaced BUFSIZ with NMH_BUFSIZ in a few places.
2016-10-31 David LevineDon't set CT type if reformat failed.
2016-10-24 Ralph Corderoyfix_filename_param(): Remove redundant strlen().
2016-10-24 Ralph Corderoyfix_filename_param(): Replace strncmp() with HasSuffix().
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-22 Ralph CorderoyDon't need to cast to `char *' for free(3) these days.
2016-10-21 Ralph CorderoyReplace `if (p) free(p)' with `mh_xfree(p)'.
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyPut, rather than print, single characters.
2016-10-18 Ralph CorderoyReplace getcpy() with mh_xstrdup() where the string...
2016-10-16 Ralph CorderoyUse mh_xstrdup() instead of getcpy() for a string constant.
2016-10-16 Ralph CorderoyAdd NEW(p) that sets p to mh_xmalloc'd memory sized...
2016-10-16 Ralph CorderoyAdd macro NEW0(p) that callocs, and use it in simple...
2016-10-16 Ralph CorderoyDon't check mh_xcalloc() and friends for a NULL return.
2016-10-06 David LevineMerge branch 'welcome'
2016-10-05 David LevineCall c_ceclosefnx in mhfixmsg set_ce(). It doesn't...
2016-10-05 David LevineHave mhfixmsg add a C-T-E at the message level, based...
2016-10-04 David LevineBase Content-Transfer-Encoding on decoded and new text...
2016-10-03 David LevineFix C-T-E of message, as well as multipart, types to...
2016-10-01 David Levinemhfixmsg now replaces RFC 2047 encoding with RFC 2231...
2016-10-01 David LevineCleaned up a bit, mostly in comments for each function.
2016-09-29 David LevineInstead of relying on invo_name to decide whether to...
2016-09-23 Ken HornsteinMerge branch 'pop-tls'
2016-09-22 David LevineAllow -decodetext binary, though 8bit is still the...
2016-08-15 David LevinePlug a couple of (harmless) memory leaks in mhfixmsg.
next