| 2017-09-13 |
Ralph Corderoy | addrsbr.c: Alter ismymbox() to return bool, not int. |
blob | commitdiff | raw |
| 2017-09-11 |
Ralph Corderoy | Delete mh_xfree(), changing callers to call free(3... |
blob | commitdiff | raw | diff to current |
| 2017-08-23 |
Ralph Corderoy | Join the lines of another couple of `else if'. |
blob | commitdiff | raw | diff to current |
| 2017-08-22 |
Ralph Corderoy | Reformat else-if that are split over two or more lines... |
blob | commitdiff | raw | diff to current |
| 2017-05-15 |
Ralph Corderoy | Use `void' in prototypes for functions with no parameters. |
blob | commitdiff | raw | diff to current |
| 2017-05-13 |
Ralph Corderoy | Use FENDNULL() instead of duplicate, locally defined... |
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-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-22 |
Ralph Corderoy | Remove leading and trailing blank lines from code. |
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 | Don't store getname()'s return value during flushing. |
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-02-27 |
David Levine | Added /* FALLTHRU */ comments where gcc 7 noticed their... |
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-18 |
Ralph Corderoy | Replace getcpy() with mh_xstrdup() where the string... |
blob | commitdiff | raw | diff to current |
| 2016-10-17 |
Ralph Corderoy | Remove use of C's register keyword. |
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-09-26 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-25 |
David Levine | Merge remote-tracking branch 'origin' into smtputf8 |
blob | commitdiff | raw | diff to current |
| 2016-09-24 |
David Levine | Replace profile-based hack to allow getname() to handle... |
blob | commitdiff | raw | diff to current |
| 2016-09-24 |
David Levine | Renamed mhbuild -headerencoding 8bit to utf-8. |
blob | commitdiff | raw | diff to current |
| 2016-09-23 |
David Levine | Added SMTPUTF8 (RFC 6531) support: |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Fixed indentation to prevent warning from gcc 6 -Wmisle... |
blob | commitdiff | raw | diff to current |
| 2016-06-26 |
David Levine | Fixed indentation to prevent warning from gcc 6 -Wmisle... |
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 |
| 2014-12-02 |
Ken Hornstein | Merge commit '8206fbf', due to my screwup of committing... |
blob | commitdiff | raw | diff to current |
| 2014-10-11 |
David Levine | Added mh_xcalloc(). |
blob | commitdiff | raw | diff to current |
| 2014-09-13 |
David Levine | Fixed all anomalies detected by clang static analyzer... |
blob | commitdiff | raw | diff to current |
| 2013-12-05 |
Ken Hornstein | Garbage collect "normalize". |
blob | commitdiff | raw | diff to current |
| 2013-12-04 |
Ken Hornstein | Merge branch 'encode-rfc2047' |
blob | commitdiff | raw | diff to current |
| 2013-12-02 |
Ken Hornstein | Since our last caller of getlocaladdr() was removed... |
blob | commitdiff | raw | diff to current |
| 2013-10-28 |
Ken Hornstein | Fix up warnings reported by LLVM. |
blob | commitdiff | raw | diff to current |
| 2013-04-21 |
David Levine | Added const to argument of getname(). |
blob | commitdiff | raw | diff to current |
| 2013-03-24 |
David Levine | More replacements of mh_strcasecmp() with strcasecmp(). |
blob | commitdiff | raw | diff to current |
| 2012-06-29 |
David Levine | Simplified getm() a bit, removing a goto. |
blob | commitdiff | raw | diff to current |
| 2012-06-29 |
David Levine | Fixed ismymbox() to look at Local-Mailbox as well as |
blob | commitdiff | raw | diff to current |
| 2012-03-15 |
Ken Hornstein | Remove all masquerade support (draft_from is now the... |
blob | commitdiff | raw | diff to current |
| 2012-02-17 |
Ken Hornstein | Switch to including h/mts.h for getusername() prototype. |
blob | commitdiff | raw | diff to current |
| 2012-02-15 |
Ken Hornstein | Make it so we do NOT check our address against the... |
blob | commitdiff | raw | diff to current |
| 2012-02-15 |
Ken Hornstein | Sigh. Turns out the first entry in the list isn't... |
blob | commitdiff | raw | diff to current |
| 2012-02-15 |
Ken Hornstein | Hm, it turns out we need to make sure we call getname... |
blob | commitdiff | raw | diff to current |
| 2012-02-15 |
Ken Hornstein | Beginning of support for the Local-Mailbox profile... |
blob | commitdiff | raw | diff to current |
| 2012-02-04 |
Ken Hornstein | Change LocalName() to take an argument (about whether... |
blob | commitdiff | raw | diff to current |
| 2012-02-03 |
David Levine | Merge branch 'master' of git.sv.nongnu.org:/srv/git/nmh |
blob | commitdiff | raw | diff to current |
| 2012-02-03 |
Ken Hornstein | Convert from the poorly-named and confusing adrsprintf... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | Changed types and added casts so that build is clean... |
blob | commitdiff | raw | diff to current |
| 2012-01-14 |
David Levine | gcc -Wmissing-field-initializers noticed several struct... |
blob | commitdiff | raw | diff to current |
| 2012-01-09 |
Ken Hornstein | Finally able to get rid of acconfig.h! Since we're... |
blob | commitdiff | raw | diff to current |
| 2012-01-07 |
David Levine | Merge branch 'fileproc_mhlproc_to_post' |
blob | commitdiff | raw | diff to current |
| 2012-01-06 |
Ken Hornstein | Remove last vestiges of #ifdef BANG |
blob | commitdiff | raw | diff to current |
| 2010-12-03 |
Ken Hornstein | Remove RCS keywords, since they no longer work after... |
blob | commitdiff | raw | diff to current |
| 2008-05-18 |
David Levine | * sbr/addrsbr.c: removed "err" from conditional, becaus... |
blob | commitdiff | raw | diff to current |
| 2006-03-08 |
Josh Bressers | * (mh_strcasecmp): Rename the private strcasecmp functi... |
blob | commitdiff | raw | diff to current |
| 2002-07-02 |
Ken Hornstein | Add/update copyright notice in all source code files. |
blob | commitdiff | raw | diff to current |
| 2000-09-08 |
Shantonu Sen | Updated #include's to point to new location of mts... |
blob | commitdiff | raw | diff to current |
| 2000-05-12 |
Shantonu Sen | Moved zotnet/mf to sbr. |
blob | commitdiff | raw | diff to current |
| 2000-03-14 |
Dan Harkless | Modified username_extension masquerading to only use... |
blob | commitdiff | raw | diff to current |
| 1999-07-16 |
Dan Harkless | Eliminated compilation warnings. |
blob | commitdiff | raw | diff to current |
| 1999-04-30 |
Doug Morris | Initial revision |
blob | commitdiff | raw | diff to current |
|