]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
LAYOUT=index: Index is the only source for mailbox info, don't try any syncing with...
authorTimo Sirainen <tss@iki.fi>
Tue, 19 Feb 2013 11:18:38 +0000 (13:18 +0200)
committerTimo Sirainen <tss@iki.fi>
Tue, 19 Feb 2013 11:18:38 +0000 (13:18 +0200)
src/lib-storage/list/mailbox-list-index-backend.c

index 346268beb46785a90dc54a95b3fcd44b4fde4f6a..768b01b320cd84ab5181f2748dc460a23f80ef77 100644 (file)
@@ -662,4 +662,7 @@ void mailbox_list_index_backend_init_mailbox(struct mailbox *box)
                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;
 }