Several bugfixes:
1. mail -f~user/path coredumps 2. mail --mail-spool [other than mbox URL]://hostname did not work (same for frm and others). 3. mail --mail-spool imap://hostname did not work (at least with out imap4d).
Showing
1 changed file
with
20 additions
and
0 deletions
1 | 2002-03-28 Sergey Poznyakoff | 1 | 2002-03-28 Sergey Poznyakoff |
2 | 2 | ||
3 | Several bugfixes: | ||
4 | 1. mail -f~user/path coredumps | ||
5 | 2. mail --mail-spool [other than mbox URL]://hostname did not | ||
6 | work (same for frm and others). | ||
7 | 3. mail --mail-spool imap://hostname did not work (at least | ||
8 | with out imap4d). | ||
9 | |||
10 | * imap4d/list.c (print_dir): Enclose empty filename | ||
11 | in doublequotes. | ||
12 | * mailbox/folder_imap.c (imap_string): Return 1 if | ||
13 | the input is not a quoted string. | ||
14 | (imap_list): Ignore NIL delimiters, correctly handle | ||
15 | strings, not enclosed in doublequotes. | ||
16 | * mailbox/mbx_default.c (user_mailbox_name): Operate | ||
17 | only on mbox: and path URLs. | ||
18 | |||
19 | * guimb/main.c (main): initialize c. | ||
20 | |||
21 | 2002-03-28 Sergey Poznyakoff | ||
22 | |||
3 | * lib/mu_argp.c: Renamed --maildir to --mail-spool. | 23 | * lib/mu_argp.c: Renamed --maildir to --mail-spool. |
4 | * doc/texinfo/programs.texi: Documented --mail-spool option. | 24 | * doc/texinfo/programs.texi: Documented --mail-spool option. |
5 | * configure.in: Renamed --with-maildir to --with-mail-spool for | 25 | * configure.in: Renamed --with-maildir to --with-mail-spool for | ... | ... |
-
Please register or sign in to post a comment