]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-storage: mailbox_list_index yes by default
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Thu, 14 Apr 2016 11:28:30 +0000 (14:28 +0300)
committerGitLab <gitlab@git.dovecot.net>
Fri, 29 Apr 2016 19:41:46 +0000 (22:41 +0300)
doc/example-config/conf.d/10-mail.conf
src/lib-storage/mail-storage-settings.c

index 3124a81ae5b44bdc7077e8082dc9e36773e5de24..8dc9ae90f306f31299eb2be4e9ef39bdac2638a4 100644 (file)
@@ -220,7 +220,7 @@ namespace inbox {
 
 # Mailbox list indexes can be used to optimize IMAP STATUS commands. They are
 # also required for IMAP NOTIFY extension to be enabled.
-#mailbox_list_index = no
+#mailbox_list_index = yes
 
 # The minimum number of mails in a mailbox before updates are done to cache
 # file. This allows optimizing Dovecot's behavior to do less disk writes at
index e2233bfb7c57e5eacc002d3cde491045a0c315b6..ff02a1af3b10614e3ba6ed2a1d3939dd2f16f607 100644 (file)
@@ -88,7 +88,7 @@ const struct mail_storage_settings mail_storage_default_settings = {
        .dotlock_use_excl = TRUE,
        .mail_nfs_storage = FALSE,
        .mail_nfs_index = FALSE,
-       .mailbox_list_index = FALSE,
+       .mailbox_list_index = TRUE,
        .mailbox_list_index_very_dirty_syncs = FALSE,
        .mail_debug = FALSE,
        .mail_full_filesystem_access = FALSE,