dovecot: Removed mail_cache_fields and mail_never_cache_fields s...

dovecot at dovecot.org dovecot at dovecot.org
Tue Aug 7 12:04:13 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/6c7512333e2f
changeset: 6208:6c7512333e2f
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Aug 07 12:01:08 2007 +0300
description:
Removed mail_cache_fields and mail_never_cache_fields settings from example
config file. It's unlikely anyone wants to (or should) change them.

diffstat:

1 file changed, 27 deletions(-)
dovecot-example.conf |   27 ---------------------------

diffs (37 lines):

diff -r 23b486d0fe6d -r 6c7512333e2f dovecot-example.conf
--- a/dovecot-example.conf	Tue Aug 07 11:56:15 2007 +0300
+++ b/dovecot-example.conf	Tue Aug 07 12:01:08 2007 +0300
@@ -376,33 +376,6 @@
 ##
 ## Mailbox handling optimizations
 ##
-
-# Space-separated list of fields to initially save into cache file. Currently
-# these fields are allowed:
-#
-#  flags, date.sent, date.received, size.virtual, size.physical
-#  mime.parts, imap.body, imap.bodystructure
-#
-# Different IMAP clients work in different ways, so they benefit from
-# different cached fields. Some do not benefit from them at all. Caching more
-# than necessary generates useless disk I/O, so you don't want to do that
-# either.
-#
-# Dovecot attempts to automatically figure out what client wants and it keeps
-# only that. However the first few times a mailbox is opened, Dovecot hasn't
-# yet figured out what client needs, so it may not perform optimally. If you
-# know what fields the majority of your clients need, it may be useful to set
-# these fields by hand. If client doesn't actually use them, Dovecot will
-# eventually drop them.
-#
-# Usually you should just leave this field alone. The potential benefits are
-# typically unnoticeable.
-#mail_cache_fields = 
-
-# Space-separated list of fields that Dovecot should never save to cache file.
-# Useful if you want to save disk space at the cost of more I/O when the fields
-# needed.
-#mail_never_cache_fields = 
 
 # 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


More information about the dovecot-cvs mailing list