Update
Showing
1 changed file
with
34 additions
and
0 deletions
1 | 2007-11-11 Sergey Poznyakoff <gray@gnu.org.ua> | ||
2 | |||
3 | * auth/sql.c, libproto/mbox/folder.c: Rename MU_READ_ERROR to | ||
4 | MU_ERR_READ, for consistency. | ||
5 | |||
6 | * comsat/Makefile.am (comsatd_LDADD): Add all mailbox formats. | ||
7 | * comsat/cfg.c: Use mu_error instead of syslog. | ||
8 | * comsat/comsat.c (comsat_daemon): Implement test mode. | ||
9 | (notify_user): Use mailbox quick access mode instead of directly | ||
10 | fiddling with the UNIX mailbox stream. | ||
11 | |||
12 | * include/mailutils/stream.h (MU_STREAM_QACCESS): New define. | ||
13 | * libproto/mbox/mbox.c: Implement _quick_get_message method. | ||
14 | * libproto/mbox/mbox0.h (mbox_scan1): New function. | ||
15 | * libproto/mbox/mboxscan.c (mbox_scan0): Split into mbox_scan0 | ||
16 | proper and mbox_scan_internal. | ||
17 | (mbox_scan1): New function. | ||
18 | Remove unused defines. | ||
19 | * libsieve/load.c: Do not deallocate loaded modules. | ||
20 | * mail.local/main.c (set_debug_flags): Fix typo. | ||
21 | * mailbox/amd.c: Implement get_qid method. | ||
22 | (amd_append_message): Singal MU_EVT_MESSAGE_APPEND. | ||
23 | * mailbox/errors (MU_ERR_BADOP): New error code. | ||
24 | (MU_READ_ERROR): Rename to MU_ERR_READ, for consistency. | ||
25 | * mailbox/file_stream.c (_prog_destroy,_prog_close): Fix waiting | ||
26 | for the children to terminate. Do not forcefully kill them. | ||
27 | |||
28 | * mailbox/mailbox.c: Control allowed operations, depending on | ||
29 | MU_STREAM_QACCESS bit. | ||
30 | |||
1 | 2007-11-10 Sergey Poznyakoff <gray@gnu.org.ua> | 31 | 2007-11-10 Sergey Poznyakoff <gray@gnu.org.ua> |
2 | 32 | ||
33 | * NEWS: Update | ||
34 | * mailbox/Makefile.am: Update | ||
35 | * libsieve/extensions/pipe.c: Update | ||
36 | |||
3 | * libsieve/extensions/Makefile.am: Add pipe.c | 37 | * libsieve/extensions/Makefile.am: Add pipe.c |
4 | * libsieve/extensions/pipe.c: New file | 38 | * libsieve/extensions/pipe.c: New file |
5 | 39 | ... | ... |
-
Please register or sign in to post a comment