changeset 1449:393c4cf5260c HEAD

In-memory indexes didn't set index->opened.
author Timo Sirainen <tss@iki.fi>
date Thu, 08 May 2003 11:59:48 +0300
parents 6820c0caa0ae
children a9a512a5b388
files src/lib-index/mail-index-open.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-index/mail-index-open.c	Thu May 08 09:59:17 2003 +0300
+++ b/src/lib-index/mail-index-open.c	Thu May 08 11:59:48 2003 +0300
@@ -304,6 +304,7 @@
 		return FALSE;
 	}
 
+	index->opened = TRUE;
 	return TRUE;
 }