summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-11 12:42:00 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-11 12:42:00 +0000
commitd392c89f3b8e97da5e8a6aa23b1d2a60670f6d3d (patch)
tree78e5bc1e6bbca4e24de14bcb01353056aa69505f
parent0d5e25206ad589442bc13ad1791bc150e2a597de (diff)
downloadmailutils-d392c89f3b8e97da5e8a6aa23b1d2a60670f6d3d.tar.gz
mailutils-d392c89f3b8e97da5e8a6aa23b1d2a60670f6d3d.tar.bz2
Update
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 289cec74b..a6d8ce0d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,39 @@
+2007-11-11 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * auth/sql.c, libproto/mbox/folder.c: Rename MU_READ_ERROR to
+ MU_ERR_READ, for consistency.
+
+ * comsat/Makefile.am (comsatd_LDADD): Add all mailbox formats.
+ * comsat/cfg.c: Use mu_error instead of syslog.
+ * comsat/comsat.c (comsat_daemon): Implement test mode.
+ (notify_user): Use mailbox quick access mode instead of directly
+ fiddling with the UNIX mailbox stream.
+
+ * include/mailutils/stream.h (MU_STREAM_QACCESS): New define.
+ * libproto/mbox/mbox.c: Implement _quick_get_message method.
+ * libproto/mbox/mbox0.h (mbox_scan1): New function.
+ * libproto/mbox/mboxscan.c (mbox_scan0): Split into mbox_scan0
+ proper and mbox_scan_internal.
+ (mbox_scan1): New function.
+ Remove unused defines.
+ * libsieve/load.c: Do not deallocate loaded modules.
+ * mail.local/main.c (set_debug_flags): Fix typo.
+ * mailbox/amd.c: Implement get_qid method.
+ (amd_append_message): Singal MU_EVT_MESSAGE_APPEND.
+ * mailbox/errors (MU_ERR_BADOP): New error code.
+ (MU_READ_ERROR): Rename to MU_ERR_READ, for consistency.
+ * mailbox/file_stream.c (_prog_destroy,_prog_close): Fix waiting
+ for the children to terminate. Do not forcefully kill them.
+
+ * mailbox/mailbox.c: Control allowed operations, depending on
+ MU_STREAM_QACCESS bit.
+
2007-11-10 Sergey Poznyakoff <gray@gnu.org.ua>
+ * NEWS: Update
+ * mailbox/Makefile.am: Update
+ * libsieve/extensions/pipe.c: Update
+
* libsieve/extensions/Makefile.am: Add pipe.c
* libsieve/extensions/pipe.c: New file

Return to:

Send suggestions and report system problems to the System administrator.