dovecot-2.2: sdbox: Fixed rebuilding index when UIDVALIDITY is m...

dovecot at dovecot.org dovecot at dovecot.org
Wed Jan 16 12:02:24 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/ba0fae268904
changeset: 15650:ba0fae268904
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Jan 16 12:02:18 2013 +0200
description:
sdbox: Fixed rebuilding index when UIDVALIDITY is missing.

diffstat:

 src/lib-storage/index/dbox-single/sdbox-sync.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 353a2a6406aa -r ba0fae268904 src/lib-storage/index/dbox-single/sdbox-sync.c
--- a/src/lib-storage/index/dbox-single/sdbox-sync.c	Wed Jan 16 09:15:38 2013 +0200
+++ b/src/lib-storage/index/dbox-single/sdbox-sync.c	Wed Jan 16 12:02:18 2013 +0200
@@ -110,6 +110,7 @@
 		mail_storage_set_critical(box->storage,
 			"sdbox %s: Broken index: missing UIDVALIDITY",
 			mailbox_get_path(box));
+		sdbox_set_mailbox_corrupted(box);
 		return 0;
 	}
 


More information about the dovecot-cvs mailing list