From: Timo Sirainen Date: Wed, 1 Apr 2009 15:42:56 +0000 (-0400) Subject: dovecot-example.conf: Added maildir_very_dirty_syncs. X-Git-Tag: 1.2.rc1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b35f829ec2ced57ab1095a5679e3a96d44abcd1;p=thirdparty%2Fdovecot%2Fcore.git dovecot-example.conf: Added maildir_very_dirty_syncs. --HG-- branch : HEAD --- diff --git a/dovecot-example.conf b/dovecot-example.conf index 548cd49e6b..821882cc1e 100644 --- a/dovecot-example.conf +++ b/dovecot-example.conf @@ -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 ##