dovecot: We didn't commit transaction if it had only extension h...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jul 9 05:44:45 EEST 2007
details: http://hg.dovecot.org/dovecot/rev/6c5bc4f1558c
changeset: 5928:6c5bc4f1558c
user: Timo Sirainen <tss at iki.fi>
date: Mon Jul 09 01:31:07 2007 +0300
description:
We didn't commit transaction if it had only extension header updates.
diffstat:
1 file changed, 2 insertions(+)
src/lib-index/mail-index-transaction.c | 2 ++
diffs (12 lines):
diff -r b9865213da42 -r 6c5bc4f1558c src/lib-index/mail-index-transaction.c
--- a/src/lib-index/mail-index-transaction.c Mon Jul 09 01:33:30 2007 +0300
+++ b/src/lib-index/mail-index-transaction.c Mon Jul 09 01:31:07 2007 +0300
@@ -885,6 +885,8 @@ void mail_index_update_header_ext(struct
"support multiple updates to the same ext header");
}
*pos = hdr;
+
+ t->log_updates = TRUE;
}
void mail_index_update_ext(struct mail_index_transaction *t, uint32_t seq,
More information about the dovecot-cvs
mailing list