aboutsummaryrefslogtreecommitdiff
path: root/daemons/lmail.c
Commit message (Collapse)AuthorAgeFilesLines
* 1999-07-10 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1999-07-111-1/+2
| | | | * lmail.c: Add #include <sys/mman.h> for munmap decl.
* 1999-07-03 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-07-031-1/+1
| | | | * lmail.c (bfree): Use munmap instead of vm_deallocate.
* Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>Thomas Bushnell1999-03-091-4/+10
| | | | | | | | | * 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-06 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-12-061-8/+12
| | | | * lmail.c (deliver, main): Add braces to silence gcc warning.
* 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-09-041-4/+6
| | | | * lmail.c: Include <time.h> and <sys/time.h>.
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* (options):Miles Bader1996-10-221-1/+1
| | | | | | 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).
* (deliver):Miles Bader1996-10-171-7/+11
| | | | fsync the user's mailbox after delivery.
* Initial checkinMiles Bader1996-10-151-0/+525