diff dovecot-example.conf @ 3912:fc0b638330a4 HEAD

Added mbox_min_index_size setting.
author Timo Sirainen <tss@iki.fi>
date Thu, 19 Jan 2006 01:14:43 +0200
parents 411f20e72a8f
children 40a461d554e6
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Jan 19 01:04:15 2006 +0200
+++ b/dovecot-example.conf	Thu Jan 19 01:14:43 2006 +0200
@@ -382,6 +382,10 @@
 # aren't immediately visible to other MUAs.
 #mbox_lazy_writes = yes
 
+# If mbox size is smaller than this (in kilobytes), don't write index files.
+# If an index file already exists it's still read, just not updated.
+#mbox_min_index_size = 0
+
 # Maximum dbox file size in kilobytes until it's rotated.
 #dbox_rotate_size = 2048