changeset 8132:66dd5f452d32 HEAD

DEBUG: Don't verify recent flags if view is already marked inconsistent.
author Timo Sirainen <tss@iki.fi>
date Sun, 31 Aug 2008 11:46:22 +0300
parents 32a045eaf6b6
children 11f07916003a
files src/lib-storage/index/index-sync.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-sync.c	Sun Aug 31 11:02:13 2008 +0300
+++ b/src/lib-storage/index/index-sync.c	Sun Aug 31 11:46:22 2008 +0300
@@ -280,7 +280,7 @@
 						     hdr->next_uid - 1);
 	}
 #ifdef DEBUG
-	{
+	if (!mail_index_view_is_inconsistent(ibox->view)) {
 		const struct seq_range *range;
 		unsigned int i, count;