diff src/lib-index/mail-transaction-log-private.h @ 5819:4ea31bf18a56 HEAD

Handle indexid changes better.
author Timo Sirainen <tss@iki.fi>
date Thu, 28 Jun 2007 01:03:18 +0300
parents 9b4987348cf6
children a9df50952600
line wrap: on
line diff
--- a/src/lib-index/mail-transaction-log-private.h	Thu Jun 28 00:04:31 2007 +0300
+++ b/src/lib-index/mail-transaction-log-private.h	Thu Jun 28 01:03:18 2007 +0300
@@ -46,6 +46,7 @@
 	struct file_lock *file_lock;
 
 	unsigned int locked:1;
+	unsigned int corrupted:1;
 };
 
 struct mail_transaction_log {