diff dovecot-example.conf @ 5498:21199280aa3b HEAD

Added mailbox_list_index_disable setting.
author Timo Sirainen <tss@iki.fi>
date Tue, 03 Apr 2007 08:54:55 +0300
parents b0951692c45c
children c69786bd2017
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Apr 03 08:42:33 2007 +0300
+++ b/dovecot-example.conf	Tue Apr 03 08:54:55 2007 +0300
@@ -297,6 +297,9 @@
 # goes down.
 #fsync_disable = no
 
+# Disable mailbox list indexing.
+#mailbox_list_index_disable = no
+
 # 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
 # methods. NOTE: If you use NFS, remember to change also mmap_disable setting!