changeset 6388:78b9315ed5ff HEAD

mail_index_view_clone() needs to copy inconsistency_id.
author Timo Sirainen <tss@iki.fi>
date Sat, 15 Sep 2007 13:11:22 +0300
parents 15defb570164
children abbea4e5c128
files src/lib-index/mail-index-view.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index-view.c	Sat Sep 15 13:07:46 2007 +0300
+++ b/src/lib-index/mail-index-view.c	Sat Sep 15 13:11:22 2007 +0300
@@ -19,6 +19,7 @@
 	}
 
 	dest->indexid = src->indexid;
+	dest->inconsistency_id = src->inconsistency_id;
 	dest->map = src->map;
 	if (dest->map != NULL)
 		dest->map->refcount++;