From: Timo Sirainen Date: Mon, 24 Jul 2017 11:12:55 +0000 (+0300) Subject: example-config: Add mailbox_list_index_very_dirty_syncs X-Git-Tag: 2.3.0.rc1~1223 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=00f85d286c9335fc28bdd762f6bd3f5866f9615f;p=thirdparty%2Fdovecot%2Fcore.git example-config: Add mailbox_list_index_very_dirty_syncs --- diff --git a/doc/example-config/conf.d/10-mail.conf b/doc/example-config/conf.d/10-mail.conf index 4665cef6fa..3832a7c6be 100644 --- a/doc/example-config/conf.d/10-mail.conf +++ b/doc/example-config/conf.d/10-mail.conf @@ -222,6 +222,11 @@ namespace inbox { # also required for IMAP NOTIFY extension to be enabled. #mailbox_list_index = yes +# Trust mailbox list index to be up-to-date. This reduces disk I/O at the cost +# of potentially returning out-of-date results after e.g. server crashes. +# The results will be automatically fixed once the folders are opened. +#mailbox_list_index_very_dirty_syncs = yes + # The minimum number of mails in a mailbox before updates are done to cache # file. This allows optimizing Dovecot's behavior to do less disk writes at # the cost of more disk reads.