]> diplodocus.org Git - nmh/history - sbr/folder_addmsg.c
mhbuildsbr.c: Flip logic, moving goto to then-block; no need for else.
[nmh] / sbr / folder_addmsg.c
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.
2017-04-17 Ralph CorderoyReplace advise(NULL, fmt, ...) with inform(fmt, ...).
2016-10-20 Ralph CorderoyDon't `else' after return. Simplify control flow.
2016-10-19 Ralph CorderoyReplace `(char *)0' et al with `NULL'.
2013-04-14 David LevineMoved #include of errno.h to h/nmh.h.
2012-06-19 David LevineChanged permissions from 0755 to 0644 on a few .c files.
2012-05-06 David LevineAdded check for EPERM when checking errno after a faile...
2010-12-20 Peter MaydellFix warning in sbr/folder_addmsg.c by code cleanup
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2007-03-21 Peter Maydellbug #18630, #18631, #18632, #18634: various patches...
2004-11-19 Jon SteinhartAdded mail directory argument to folder_addmsg in order...
2004-11-16 Jon SteinhartFixed typo in comment.
2004-11-16 Jon SteinhartRemoved unnecessary code.
2004-11-16 Jon SteinhartFixed wrong directory for hook when refiling with ...
2002-08-23 Jon SteinhartAdded external program hooks.
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
1999-04-30 Doug MorrisInitial revision