]> diplodocus.org Git - nmh/history - sbr/m_maildir.c
new.c: Order two return statements to match comment.
[nmh] / sbr / m_maildir.c
2017-09-12 Ralph Corderoyexmaildir(): Don't leak memory allocated by path().
2017-09-11 Ralph Corderoyrmf.c: free(3) return value from m_mailpath() calls.
2017-05-15 Ralph Corderoysbr/m_maildir.c: Move prototypes from h/prototypes...
2017-04-22 Ralph CorderoyReplace "/*\n * " with "/* " at the start of a file.
2017-04-22 Ralph CorderoyRemove leading and trailing blank lines from code.
2016-12-10 Ralph CorderoyRename recently added HasPrefix() to has_prefix().
2016-11-12 Ralph CorderoyReplace copy(s, d) with POSIX-1.2008's stpcpy(d, s).
2016-10-24 Ralph CorderoyRemove unused NCWD and NPWD #defines.
2016-10-24 Ralph CorderoyUse HasPrefix() instead of strncmp().
2016-10-19 Ralph CorderoyUse the imperfect snprintf(3) instead of sprintf(3).
2016-10-17 Ralph CorderoyRemove use of C's register keyword.
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision