# HG changeset patch # User Timo Sirainen # Date 1186477268 -10800 # Node ID 6c7512333e2f597eab5d92fcc7f53776a031e45d # Parent 23b486d0fe6dd31c5853b2cd1a1426be1c72d639 Removed mail_cache_fields and mail_never_cache_fields settings from example config file. It's unlikely anyone wants to (or should) change them. 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 @@ -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.