dovecot-2.2: LAYOUT=index: Reversed d977a746819d - use storage's...

dovecot at dovecot.org dovecot at dovecot.org
Fri Feb 20 12:04:54 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/18c24e201697
changeset: 18271:18c24e201697
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Feb 20 14:04:28 2015 +0200
description:
LAYOUT=index: Reversed d977a746819d - use storage's list_index_*() callbacks after all.
Just because we have all the mailbox information in the mailbox list index
doesn't mean that we necessarily trust the folder mail counts and such to be
correct. Setting mailbox_list_index_very_dirty_syncs=yes pretty much reverts
to the earlier behavior.

diffstat:

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

diffs (11 lines):

diff -r 52016e4cb3db -r 18c24e201697 src/lib-storage/list/mailbox-list-index-backend.c
--- a/src/lib-storage/list/mailbox-list-index-backend.c	Fri Feb 20 12:56:43 2015 +0200
+++ b/src/lib-storage/list/mailbox-list-index-backend.c	Fri Feb 20 14:04:28 2015 +0200
@@ -717,7 +717,4 @@
 	box->v.create_box = index_list_mailbox_create;
 	box->v.update_box = index_list_mailbox_update;
 	box->v.exists = index_list_mailbox_exists;
-
-	box->v.list_index_has_changed = NULL;
-	box->v.list_index_update_sync = NULL;
 }


More information about the dovecot-cvs mailing list