| 2017-11-12 |
Ralph Corderoy | fmt_rfc2047.c: Move interface to own file. |
blob | commitdiff | raw |
| 2017-11-12 |
Ralph Corderoy | cpydata.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | trimcpy.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | m_convert.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | m_backup.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | getfolder.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | folder_read.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_save.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_replace.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | context_find.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | readconfig.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | ambigsw.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | path.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | print_version.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | print_help.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | Use #include with `""' for including nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-11-12 |
Ralph Corderoy | error.c: Move interface to own file. |
blob | commitdiff | raw | diff to current |
| 2017-11-02 |
Ralph Corderoy | Move the opening brace of a C function to its own line. |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | uip: Replace some ints that are only ever 0 or 1 with... |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | nmh_init(): Replace integer parameter with two bools. |
blob | commitdiff | raw | diff to current |
| 2017-10-30 |
Ralph Corderoy | Replace adios(NULL, ...) with die(...). |
blob | commitdiff | raw | diff to current |
| 2017-09-21 |
Ralph Corderoy | Detect function-pointer `done' being set twice in a... |
blob | commitdiff | raw | diff to current |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leak of temporary filename if... |
blob | commitdiff | raw | diff to current |
| 2017-09-11 |
Ralph Corderoy | mhfixmsg.c: Fix memory leaks of boundary string on... |
blob | commitdiff | raw | diff to current |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw | diff to current |
| 2017-09-10 |
Ralph Corderoy | Remove test for `\0' in `*s && isfoo(*s)' for ctype... |
blob | commitdiff | raw | diff to current |
| 2017-09-09 |
Ralph Corderoy | Refer to #include files from the root of nmh's source. |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Don't cast zero to a non-function pointer; use NULL... |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | mhparse: Change mhfixmsg flags from int to bool. |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | mhparse.h: Add externs for skip_mp_cte_check, etc. |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | mhfixmsg.c: Make mhfixmsgsbr() static. |
blob | commitdiff | raw | diff to current |
| 2017-08-28 |
Ralph Corderoy | Create mhmisc.h with mhmisc.c's global-function prototypes. |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
David Levine | Ensure that mhfixmsg exit status is either 0 or 1. |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Add gcc's pure function attribute. |
blob | commitdiff | raw | diff to current |
| 2017-08-27 |
Ralph Corderoy | Replace strlen("foo") with LEN("foo"). |
blob | commitdiff | raw | diff to current |
| 2017-08-26 |
Ralph Corderoy | Add more NORETURN and CHECK_PRINTF function attributes. |
blob | commitdiff | raw | diff to current |
| 2017-08-23 |
Ralph Corderoy | Don't need to `else' after adios() at end of then-block. |
blob | commitdiff | raw | diff to current |
| 2017-08-13 |
Ralph Corderoy | m_getfld() et al: Replace with m_getfld2(), etc., in... |
blob | commitdiff | raw | diff to current |
| 2017-05-16 |
Ralph Corderoy | sbr/mime_type.c: Move prototype from h/prototypes.h... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_maildir.c: Move prototypes from h/prototypes... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | uip/mhshowsbr.h: Move in declarations from h/mhparse.h. |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | uip/mhoutsbr.c: Move exported prototype to new header... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | sbr/m_mktemp.h: Move remaining prototypes from h/protot... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Create and use header file for uip/mhfree.c's exports. |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Add FENDNULL(s): fends off NULL by giving an empty... |
blob | commitdiff | raw | diff to current |
| 2017-05-12 |
Ralph Corderoy | Replace `a == b ? 1 : 0' and similar with `a == b'. |
blob | commitdiff | raw | diff to current |
| 2017-05-01 |
Ralph Corderoy | mhfixmsg.c: Flip logic to simplify. Remove else after... |
blob | commitdiff | raw | diff to current |
| 2017-04-28 |
Ralph Corderoy | Fix spelling in C comments. |
blob | commitdiff | raw | diff to current |
| 2017-04-22 |
Ralph Corderoy | Replace "/*\n * " with "/* " at the start of a file. |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Change admonish(NULL, "foo") to inform("foo, continuing... |
blob | commitdiff | raw | diff to current |
| 2017-04-17 |
Ralph Corderoy | Replace advise(NULL, fmt, ...) with inform(fmt, ...). |
blob | commitdiff | raw | diff to current |
| 2017-01-17 |
Ralph Corderoy | mhfixmsg: Use folder name to open second message of... |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasSuffix() to has_suffix(). |
blob | commitdiff | raw | diff to current |
| 2016-12-10 |
Ralph Corderoy | Rename recently added HasPrefix() to has_prefix(). |
blob | commitdiff | raw | diff to current |
| 2016-11-25 |
David Levine | Close temp file. |
blob | commitdiff | raw | diff to current |
| 2016-11-20 |
David Levine | Open infile before fixing each message. |
blob | commitdiff | raw | diff to current |
| 2016-11-19 |
David Levine | Open outfile before parsing message(s). |
blob | commitdiff | raw | diff to current |
| 2016-11-08 |
David Levine | Replaced add(s, NULL) with mh_xstrdup(s). |
blob | commitdiff | raw | diff to current |
| 2016-11-08 |
David Levine | Removed unused global from MIME parser. |
blob | commitdiff | raw | diff to current |
| 2016-11-06 |
David Levine | Plugged remaining mhfixmsg(1) memory leaks. |
blob | commitdiff | raw | diff to current |
| 2016-11-05 |
David Levine | Replaced use of freects_done() with free_content()... |
blob | commitdiff | raw | diff to current |
| 2016-11-03 |
David Levine | Pass through message even if from relative folder. |
blob | commitdiff | raw | diff to current |
| 2016-10-31 |
David Levine | Replaced BUFSIZ with NMH_BUFSIZ in a few places. |
blob | commitdiff | raw | diff to current |
| 2016-10-31 |
David Levine | Don't set CT type if reformat failed. |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Remove redundant strlen(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | fix_filename_param(): Replace strncmp() with HasSuffix(). |
blob | commitdiff | raw | diff to current |
| 2016-10-24 |
Ralph Corderoy | Use HasPrefix() instead of strncmp(). |
blob | commitdiff | raw | diff to current |
| 2016-10-22 |
Ralph Corderoy | Don't need to cast to `char *' for free(3) these days. |
blob | commitdiff | raw | diff to current |
| 2016-10-21 |
Ralph Corderoy | Replace `if (p) free(p)' with `mh_xfree(p)'. |
blob | commitdiff | raw | diff to current |
| 2016-10-20 |
Ralph Corderoy | Don't `else' after return. Simplify control flow. |
blob | commitdiff | raw | diff to current |
| 2016-10-19 |
Ralph Corderoy | Put, rather than print, single characters. |
blob | commitdiff | raw | diff to current |
| 2016-10-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Use mh_xstrdup() instead of getcpy() for a string constant. |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add NEW(p) that sets p to mh_xmalloc'd memory sized... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Add macro NEW0(p) that callocs, and use it in simple... |
blob | commitdiff | raw | diff to current |
| 2016-10-16 |
Ralph Corderoy | Don't check mh_xcalloc() and friends for a NULL return. |
blob | commitdiff | raw | diff to current |
| 2016-10-06 |
David Levine | Merge branch 'welcome' |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
David Levine | Call c_ceclosefnx in mhfixmsg set_ce(). It doesn't... |
blob | commitdiff | raw | diff to current |
| 2016-10-05 |
David Levine | Have mhfixmsg add a C-T-E at the message level, based... |
blob | commitdiff | raw | diff to current |
| 2016-10-04 |
David Levine | Base Content-Transfer-Encoding on decoded and new text... |
blob | commitdiff | raw | diff to current |
| 2016-10-03 |
David Levine | Fix C-T-E of message, as well as multipart, types to... |
blob | commitdiff | raw | diff to current |
| 2016-10-01 |
David Levine | mhfixmsg now replaces RFC 2047 encoding with RFC 2231... |
blob | commitdiff | raw | diff to current |
| 2016-10-01 |
David Levine | Cleaned up a bit, mostly in comments for each function. |
blob | commitdiff | raw | diff to current |
| 2016-09-29 |
David Levine | Instead of relying on invo_name to decide whether to... |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
Ken Hornstein | Merge branch 'pop-tls' |
blob | commitdiff | raw | diff to current |
| 2016-09-22 |
David Levine | Allow -decodetext binary, though 8bit is still the... |
blob | commitdiff | raw | diff to current |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
blob | commitdiff | raw | diff to current |
| 2016-08-15 |
David Levine | Plug a couple of (harmless) memory leaks in mhfixmsg. |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | Added const to filename args of cpydata(). Then added... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
blob | commitdiff | raw | diff to current |
| 2016-06-12 |
David Levine | If parse_mime() fails and the -file switch was used... |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-05-29 |
klemens | spelling-fixes ( code-comments in .c, .h. .y ... ) |
blob | commitdiff | raw | diff to current |
| 2016-03-18 |
David Levine | Merge remote-tracking branch 'origin' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-18 |
David Levine | Have fix_boundary() return NOTOK if it couldn't fix... |
blob | commitdiff | raw | diff to current |
| 2016-03-13 |
David Levine | Merge branch 'master' into xoauth |
blob | commitdiff | raw | diff to current |
| 2016-03-12 |
David Levine | Have -nocrlflinebreaks apply to the message parts that... |
blob | commitdiff | raw | diff to current |
| 2016-02-27 |
David Levine | Added application/ics to default list if types to decode. |
blob | commitdiff | raw | diff to current |
| 2016-02-25 |
David Levine | Added -[no]crlflinebreaks switches to mhfixmsg(1). |
blob | commitdiff | raw | diff to current |
| next |