changeset 8880:709128511fd5 HEAD

dovecot-example.conf: Added maildir_very_dirty_syncs.
author Timo Sirainen <tss@iki.fi>
date Wed, 01 Apr 2009 11:42:56 -0400
parents e81dfb69bfc5
children 774b0e8138bd
files dovecot-example.conf
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Apr 01 10:29:58 2009 -0400
+++ b/dovecot-example.conf	Wed Apr 01 11:42:56 2009 -0400
@@ -458,6 +458,10 @@
 # NOTE: This setting requires maildir_copy_with_hardlinks = yes to work.
 #maildir_copy_preserve_filename = no
 
+# Assume Dovecot is the only MUA accessing Maildir: Scan cur/ directory only
+# when its mtime changes unexpectedly or when we can't find the mail otherwise.
+#maildir_very_dirty_syncs = no
+
 ##
 ## mbox-specific settings
 ##