changeset 5113:92ce1b337b50 HEAD

We could have skipped transactions completely (broken a few revisions ago).
author Timo Sirainen <tss@iki.fi>
date Tue, 06 Feb 2007 18:01:23 +0200
parents c72eb76e4173
children 7413b8e0d765
files src/lib-index/mail-index-sync-update.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index-sync-update.c	Tue Feb 06 15:42:54 2007 +0200
+++ b/src/lib-index/mail-index-sync-update.c	Tue Feb 06 18:01:23 2007 +0200
@@ -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. */