Updated
Showing
1 changed file
with
27 additions
and
0 deletions
1 | 2002-01-21 Sergey Poznyakoff | ||
2 | |||
3 | * configure.in: New option --with-maildir allows to | ||
4 | specify the location of mailspool instead of the | ||
5 | default _PATH_MAILDIR. | ||
6 | * acconfig.h: Include <paths.h>. Define MU_PATH_MAILDIR. | ||
7 | * mailbox/mbx_default.c (mailbox_create_default): | ||
8 | Use MU_PATH_MAILDIR. | ||
9 | * guimb/collect.c (collect_output): Likewise. | ||
10 | * imap4d/imap4d.c: Likewise. | ||
11 | * pop3d/pop3d.c: Likewise. | ||
12 | |||
13 | * comsat/comsat.c: Introduced --maildir option. | ||
14 | |||
15 | * pop3d/apop.c (pop3d_apop): Use maildir instead of | ||
16 | _PATH_MAILDIR (should have been committed 2002-01-15). | ||
17 | |||
18 | * mailbox/parse822.c (str_append): Check for NULL. | ||
19 | * mailbox/message.c (message_destroy): Fixed typo in comment. | ||
20 | |||
21 | * imap4d/imap4d.h: Removed superfluous definition of | ||
22 | _PATH_MAILDIR. | ||
23 | * pop3d/pop3d.h: Likewise. | ||
24 | |||
25 | * lib/mu_dbm.c: (mu_fcheck_perm, mu_check_perm): Return | ||
26 | OK if mode is 0. | ||
27 | |||
1 | 2002-01-19 Sam Roberts | 28 | 2002-01-19 Sam Roberts |
2 | 29 | ||
3 | * sieve/: svcb.c, svutil.c: sv_mu_save_to() became | 30 | * sieve/: svcb.c, svutil.c: sv_mu_save_to() became | ... | ... |
-
Please register or sign in to post a comment