diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-03-09 18:22:12 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-03-09 18:22:12 +0000 |
commit | 280e7c1123597677b3c42e40a5e88aee5a84827d (patch) | |
tree | 82b7171a5f38e5326e6e372fb5a65025bf6ec3cf /daemons/ChangeLog | |
parent | 120dee489f4eefe691133e221172e1ef67fe91a1 (diff) | |
download | hurd-280e7c1123597677b3c42e40a5e88aee5a84827d.tar.gz hurd-280e7c1123597677b3c42e40a5e88aee5a84827d.tar.bz2 hurd-280e7c1123597677b3c42e40a5e88aee5a84827d.zip |
Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu>
* 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).
Diffstat (limited to 'daemons/ChangeLog')
-rw-r--r-- | daemons/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/daemons/ChangeLog b/daemons/ChangeLog index 523f37f9..ac0b7818 100644 --- a/daemons/ChangeLog +++ b/daemons/ChangeLog @@ -1,3 +1,12 @@ +Tue Mar 9 13:18:14 1999 Thomas Bushnell, BSG <tb@mit.edu> + + * 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> * lmail.c (deliver, main): Add braces to silence gcc warning. |