]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Changed default cache fields
authorTimo Sirainen <tss@iki.fi>
Sun, 18 Jul 2004 02:31:13 +0000 (05:31 +0300)
committerTimo Sirainen <tss@iki.fi>
Sun, 18 Jul 2004 02:31:13 +0000 (05:31 +0300)
--HG--
branch : HEAD

src/master/master-settings.c

index 7e76f5cc25b069d6138843f397438a14ad3cb577..869e6105f42ccc861673dc6996df17df6d31f600 100644 (file)
@@ -241,8 +241,8 @@ struct settings default_settings = {
        MEMBER(mail_extra_groups) NULL,
 
        MEMBER(default_mail_env) NULL,
-       MEMBER(mail_cache_fields) "MessagePart",
-       MEMBER(mail_never_cache_fields) NULL,
+       MEMBER(mail_cache_fields) NULL,
+       MEMBER(mail_never_cache_fields) "imap.envelope",
        MEMBER(mailbox_check_interval) 0,
        MEMBER(mailbox_idle_check_interval) 30,
        MEMBER(mail_full_filesystem_access) FALSE,