[dovecot-cvs] dovecot/src/imap cmd-append.c,1.80.2.6,1.80.2.7
tss at dovecot.org
tss at dovecot.org
Sun Mar 11 18:25:37 EET 2007
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-lock.c, 1.60, 1.61 mail-index-sync-update.c, 1.115, 1.116 mail-index-sync.c, 1.82, 1.83 mail-index.c, 1.267, 1.268 mail-transaction-log-append.c, 1.22, 1.23 mail-transaction-log-view.c, 1.52, 1.53 mail-transaction-log.h, 1.32, 1.33
- Next message: [dovecot-cvs] dovecot/src/imap cmd-append.c,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv5169
Modified Files:
Tag: branch_1_0
cmd-append.c
Log Message:
Another failure handling fix
Index: cmd-append.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-append.c,v
retrieving revision 1.80.2.6
retrieving revision 1.80.2.7
diff -u -d -r1.80.2.6 -r1.80.2.7
--- cmd-append.c 11 Mar 2007 16:02:20 -0000 1.80.2.6
+++ cmd-append.c 11 Mar 2007 16:25:35 -0000 1.80.2.7
@@ -173,6 +173,8 @@
static bool cmd_append_cancel(struct cmd_append_context *ctx, bool nonsync)
{
+ ctx->failed = TRUE;
+
if (!nonsync) {
cmd_append_finish(ctx);
return TRUE;
- Previous message: [dovecot-cvs] dovecot/src/lib-index mail-index-lock.c, 1.60, 1.61 mail-index-sync-update.c, 1.115, 1.116 mail-index-sync.c, 1.82, 1.83 mail-index.c, 1.267, 1.268 mail-transaction-log-append.c, 1.22, 1.23 mail-transaction-log-view.c, 1.52, 1.53 mail-transaction-log.h, 1.32, 1.33
- Next message: [dovecot-cvs] dovecot/src/imap cmd-append.c,1.92,1.93
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list