changeset 5948:a0b3228be6d2 HEAD

Don't cache anything by default. flags aren't useful with pop3.
author Timo Sirainen <tss@iki.fi>
date Thu, 12 Jul 2007 02:38:37 +0300
parents 7ebe0593f488
children 1a80f37a4a12
files src/lib-storage/index/index-storage.c src/master/master-settings.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/index-storage.c	Thu Jul 12 02:33:49 2007 +0300
+++ b/src/lib-storage/index/index-storage.c	Thu Jul 12 02:38:37 2007 +0300
@@ -16,7 +16,7 @@
 
 #define CREATE_MODE 0770 /* umask() should limit it more */
 
-#define DEFAULT_CACHE_FIELDS "flags"
+#define DEFAULT_CACHE_FIELDS ""
 #define DEFAULT_NEVER_CACHE_FIELDS "imap.envelope"
 
 /* How many seconds to keep index opened for reuse after it's been closed */
--- a/src/master/master-settings.c	Thu Jul 12 02:33:49 2007 +0300
+++ b/src/master/master-settings.c	Thu Jul 12 02:38:37 2007 +0300
@@ -220,7 +220,7 @@
 
 	MEMBER(default_mail_env) "",
 	MEMBER(mail_location) "",
-	MEMBER(mail_cache_fields) "flags",
+	MEMBER(mail_cache_fields) "",
 	MEMBER(mail_never_cache_fields) "imap.envelope",
 	MEMBER(mail_cache_min_mail_count) 0,
 	MEMBER(mailbox_idle_check_interval) 30,