dovecot: Disable mailbox list indexing by default for now.

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 13 16:18:30 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/2d5363433029
changeset: 6283:2d5363433029
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 13 16:18:08 2007 +0300
description:
Disable mailbox list indexing by default for now.

diffstat:

2 files changed, 3 insertions(+), 3 deletions(-)
dovecot-example.conf         |    4 ++--
src/master/master-settings.c |    2 +-

diffs (26 lines):

diff -r 5eb728db3fd5 -r 2d5363433029 dovecot-example.conf
--- a/dovecot-example.conf	Mon Aug 13 16:08:30 2007 +0300
+++ b/dovecot-example.conf	Mon Aug 13 16:18:08 2007 +0300
@@ -310,8 +310,8 @@
 # mmap_disable=yes and fsync_disable=no.
 #mail_nfs_index = no
 
-# Disable mailbox list indexing.
-#mailbox_list_index_disable = no
+# Disable mailbox list indexing. Disabled by default for now.
+#mailbox_list_index_disable = yes
 
 # Locking method for index files. Alternatives are fcntl, flock and dotlock.
 # Dotlocking uses some tricks which may create more disk I/O than other locking
diff -r 5eb728db3fd5 -r 2d5363433029 src/master/master-settings.c
--- a/src/master/master-settings.c	Mon Aug 13 16:08:30 2007 +0300
+++ b/src/master/master-settings.c	Mon Aug 13 16:18:08 2007 +0300
@@ -240,7 +240,7 @@ struct settings default_settings = {
 	MEMBER(fsync_disable) FALSE,
 	MEMBER(mail_nfs_storage) FALSE,
 	MEMBER(mail_nfs_index) FALSE,
-	MEMBER(mailbox_list_index_disable) FALSE,
+	MEMBER(mailbox_list_index_disable) TRUE,
 	MEMBER(lock_method) "fcntl",
 	MEMBER(maildir_stat_dirs) FALSE,
 	MEMBER(maildir_copy_with_hardlinks) TRUE,


More information about the dovecot-cvs mailing list