Age | Commit message (Collapse) | Author |
|
* lmail.c: Add #include <sys/mman.h> for munmap decl.
|
|
* lmail.c (bfree): Use munmap instead of vm_deallocate.
|
|
* 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).
|
|
* lmail.c (deliver, main): Add braces to silence gcc warning.
|
|
* lmail.c: Include <time.h> and <sys/time.h>.
|
|
|
|
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).
|
|
fsync the user's mailbox after delivery.
|
|
|