Updated
Showing
1 changed file
with
25 additions
and
0 deletions
1 | 2001-11-01 Sergey Poznyakoff | ||
2 | |||
3 | * configure.in: Added check for utmp.h & utmpx.h | ||
4 | |||
5 | * mailbox/mutil.c: New function: mu_normalize_path() moved | ||
6 | from imap4d/util.c | ||
7 | * include/mailutils/mutil.h: Added declaration for | ||
8 | mu_normalize_path(). | ||
9 | * imap4d/imap4d.h: Removed declaration of util_normalize_path(). | ||
10 | * imap4d/login.c: Use LOG_FACILITY instead of LOG_MAIL. | ||
11 | Use mu_normalize_path(). | ||
12 | * imap4d/namespace.c: Use mu_normalize_path(). | ||
13 | * imap4d/util.c: Removed declaration of util_normalize_path(). | ||
14 | |||
15 | * mailbox/mailbox.c: mailbox_get_stream(): Fixed funny bug, | ||
16 | (introduced Dec 4, 2000). | ||
17 | |||
18 | * mailbox/mbx_imap.c: Use ENOSYS instead of ENOTSUP. | ||
19 | |||
20 | * comsat/: New directory. An implementation of comsat daemon. | ||
21 | * comsat/Makefile.am: (new) | ||
22 | * comsat/.cvsignore: (new) | ||
23 | * comsat/comsat.c: (new) Main module | ||
24 | * comsat/cfg.c: (new) Configuration and ACL routines. | ||
25 | |||
1 | 2001-11-01 00:15 sroberts | 26 | 2001-11-01 00:15 sroberts |
2 | 27 | ||
3 | * TODO: Added suggestion for a mailcap based file viewer. | 28 | * TODO: Added suggestion for a mailcap based file viewer. | ... | ... |
-
Please register or sign in to post a comment