[dovecot-cvs] dovecot/src/lib-index mail-index-sync-update.c, 1.110, 1.111
tss at dovecot.org
tss at dovecot.org
Tue Feb 6 16:01:25 UTC 2007
Update of /var/lib/cvs/dovecot/src/lib-index
In directory talvi:/tmp/cvs-serv30117
Modified Files:
mail-index-sync-update.c
Log Message:
We could have skipped transactions completely (broken a few revisions ago).
Index: mail-index-sync-update.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-index/mail-index-sync-update.c,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- mail-index-sync-update.c 1 Feb 2007 21:08:10 -0000 1.110
+++ mail-index-sync-update.c 6 Feb 2007 16:01:23 -0000 1.111
@@ -768,6 +768,7 @@
mail_index_sync_map_init(&sync_map_ctx, view,
MAIL_INDEX_SYNC_HANDLER_FILE);
+ sync_map_ctx.sync_only_external = sync_only_external;
/* we'll have to update view->lock_id to avoid mail_index_view_lock()
trying to update the file later. */
More information about the dovecot-cvs
mailing list