Commit 7e7a878f 7e7a878f730f23533e2101ea88ae40cc9e204dff by Sergey Poznyakoff

Update

1 parent 71b10030
1 2007-11-12 Sergey Poznyakoff <gray@gnu.org.ua> 1 2007-11-12 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * maidag/lmtp.c: Use English reply texts.
4
3 * auth/sql.c (decode_tuple_v1_0): Allow mailbox to be NULL. 5 * auth/sql.c (decode_tuple_v1_0): Allow mailbox to be NULL.
4 * comsat/comsat.c: Use mu_error for diagnostics where possible. 6 * comsat/comsat.c: Use mu_error for diagnostics where possible.
5 * libproto/include/amd.h (struct _amd_data. qfetch): New member. 7 * libproto/include/amd.h (struct _amd_data. qfetch): New member.
...@@ -29,7 +31,7 @@ ...@@ -29,7 +31,7 @@
29 * libsieve/load.c: Do not deallocate loaded modules. 31 * libsieve/load.c: Do not deallocate loaded modules.
30 * mail.local/main.c (set_debug_flags): Fix typo. 32 * mail.local/main.c (set_debug_flags): Fix typo.
31 * mailbox/amd.c: Implement get_qid method. 33 * mailbox/amd.c: Implement get_qid method.
32 (amd_append_message): Singal MU_EVT_MESSAGE_APPEND. 34 (amd_append_message): Signal MU_EVT_MESSAGE_APPEND.
33 * mailbox/errors (MU_ERR_BADOP): New error code. 35 * mailbox/errors (MU_ERR_BADOP): New error code.
34 (MU_READ_ERROR): Rename to MU_ERR_READ, for consistency. 36 (MU_READ_ERROR): Rename to MU_ERR_READ, for consistency.
35 * mailbox/file_stream.c (_prog_destroy,_prog_close): Fix waiting 37 * mailbox/file_stream.c (_prog_destroy,_prog_close): Fix waiting
......