changeset 6208:6c7512333e2f HEAD

Removed mail_cache_fields and mail_never_cache_fields settings from example config file. It's unlikely anyone wants to (or should) change them.
author Timo Sirainen <tss@iki.fi>
date Tue, 07 Aug 2007 12:01:08 +0300
parents 23b486d0fe6d
children 939e0ca61f11
files dovecot-example.conf
diffstat 1 files changed, 0 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Tue Aug 07 11:56:15 2007 +0300
+++ b/dovecot-example.conf	Tue Aug 07 12:01:08 2007 +0300
@@ -377,33 +377,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
 # the cost of more disk reads.