summaryrefslogtreecommitdiff
path: root/daemons/lmail.c
AgeCommit message (Collapse)Author
2011-08-20fix common misspellingsJonathan Neuschäfer
* Fix spelling with codespell[1] and manually review it. [1] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
1999-07-111999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* lmail.c: Add #include <sys/mman.h> for munmap decl.
1999-07-031999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* lmail.c (bfree): Use munmap instead of vm_deallocate.
1999-03-09Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell
* lmail.c (OPT_REMOVE): New macro. (options): Don't recognize -r as an alias for --remove, but recognize it separately as a hidden alias. (main / parse_opt): Make -d do nothing. Make -r an alias for -f. Have OPT_REMOVE do the removal thing. Reported by Mark Kettenis (kettenis@wins.uva.nl).
1998-12-061998-12-06 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* lmail.c (deliver, main): Add braces to silence gcc warning.
1998-09-041998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath
* lmail.c: Include <time.h> and <sys/time.h>.
1997-02-20(argp_program_version): Make const.Miles Bader
1996-10-22(options):Miles Bader
Make -l/--use-lock-file hidden, as we don't support it anyway (we just leave it here in case someone does implement it, so they'll know the right option to use for compatibility).
1996-10-17(deliver):Miles Bader
fsync the user's mailbox after delivery.
1996-10-15Initial checkinMiles Bader