Commit 9e10e475 9e10e4754063de21b8b96320ee7c59f51395853e by Sergey Poznyakoff

Updated

1 parent 2fd00a89
Showing 1 changed file with 23 additions and 0 deletions
1 2002-01-15 Sergey Poznyakoff
2
3 * imap4d/imap4d.c: New command line option --maildir (-m).
4 Register mbox_record at startup.
5 * pop3d/pop3d.c: Likewise.
6 * imap4d/imap4d.h: Extern declaration for maildir.
7 * pop3d/pop3d.h: Likewise.
8
9 * imap4d/select.c: Use maildir instead of _PATH_MAILDIR.
10 * pop3d/user.c: Likewise.
11
12 * mailbox/mutil.c: (mu_normalize_maildir) New function.
13 Makes sure the mailbox specification either is a
14 pathname ending with '/', or matches regexp 'mbox:.*user='.
15 * include/mailutils/mutil.h: (mu_normalize_maildir) Added
16 prototype.
17 * mailbox/url_mbox.c: Handle extended URL specification.
18 Implemented three hash schemes.
19
20 * comsat/action.c: (expand_line): Removed unused variable.
21 * libmu_scm/mu_mailbox.c: Fixed indentation.
22 * pop3d/apop.c: Fixed typecasts.
23
1 2002-01-14 Sergey Poznyakoff 24 2002-01-14 Sergey Poznyakoff
2 25
3 * argp/argp-parse.c (parser_init): Fixed erroneous typecasts. 26 * argp/argp-parse.c (parser_init): Fixed erroneous typecasts.
......