Commit d9bffb56 d9bffb5659cc32c559d904daca25a8542ffb26ee by Sergey Poznyakoff

Updated

1 parent 93778dba
Showing 1 changed file with 25 additions and 0 deletions
1 2002-03-28 Sergey Poznyakoff
2
3 * lib/mu_argp.c: Renamed --maildir to --mail-spool.
4 * doc/texinfo/programs.texi: Documented --mail-spool option.
5 * configure.in: Renamed --with-maildir to --with-mail-spool for
6 symmetry.
7
8 * mail/mail.c: Some measures to help avoid the confusion about
9 --file option:
10 (Help output): Print additional note about --file taking
11 optional argument.
12 (parse_opt): Try to figure out if argument to -f was
13 separated by a whitespace. If so, print a warning and
14 switch to mail-reading mode. Hopefully this will help
15 avoid the confusion.
16 (main): Print more detailed diagnostics if mailbox_scan
17 failed.
18
19 * include/mailutils/errno.h: New error code MU_ERR_NO_SUCH_USER
20 * mailbox/muerrno.c: Likewise.
21 * mailbox/mbx_default.c (split_shortcut): Properly handle "~/"
22 filenames.
23 (tilde_expand): Return MU_ERR_NO_SUCH_USER if an invalid username
24 was specified.
25
1 2002-03-25 Sergey Poznyakoff 26 2002-03-25 Sergey Poznyakoff
2 27
3 Was too quick about _exit :^) 28 Was too quick about _exit :^)
......