[dovecot-cvs] dovecot/src/master master-settings.c,1.58,1.59

cras at dovecot.org cras at dovecot.org
Sun Jul 18 05:31:16 EEST 2004


Update of /home/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv4173

Modified Files:
	master-settings.c 
Log Message:
Changed default cache fields



Index: master-settings.c
===================================================================
RCS file: /home/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- master-settings.c	10 Jul 2004 17:24:09 -0000	1.58
+++ master-settings.c	18 Jul 2004 02:31:13 -0000	1.59
@@ -241,8 +241,8 @@
 	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,



More information about the dovecot-cvs mailing list