dovecot-2.2: LAYOUT=index: Index is the only source for mailbox ...

dovecot at dovecot.org dovecot at dovecot.org
Tue Feb 19 13:18:49 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/d977a746819d
changeset: 15849:d977a746819d
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Feb 19 13:18:38 2013 +0200
description:
LAYOUT=index: Index is the only source for mailbox info, don't try any syncing with storage.

diffstat:

 src/lib-storage/list/mailbox-list-index-backend.c |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 2529f4e12665 -r d977a746819d src/lib-storage/list/mailbox-list-index-backend.c
--- a/src/lib-storage/list/mailbox-list-index-backend.c	Tue Feb 19 13:17:42 2013 +0200
+++ b/src/lib-storage/list/mailbox-list-index-backend.c	Tue Feb 19 13:18:38 2013 +0200
@@ -662,4 +662,7 @@
 		return;
 	box->v.create_box = index_list_mailbox_create;
 	box->v.update_box = index_list_mailbox_update;
+
+	box->v.list_index_has_changed = NULL;
+	box->v.list_index_update_sync = NULL;
 }


More information about the dovecot-cvs mailing list