[dovecot-cvs] dovecot/src/master master-settings.c,1.63,1.64

cras at dovecot.org cras at dovecot.org
Sat Sep 4 13:27:32 EEST 2004


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv27704/master

Modified Files:
	master-settings.c 
Log Message:
Fixed cache flags to work again. Flags are cached by default now.



Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- master-settings.c	28 Aug 2004 18:21:15 -0000	1.63
+++ master-settings.c	4 Sep 2004 10:27:30 -0000	1.64
@@ -248,7 +248,7 @@
 	MEMBER(mail_extra_groups) NULL,
 
 	MEMBER(default_mail_env) NULL,
-	MEMBER(mail_cache_fields) NULL,
+	MEMBER(mail_cache_fields) "flags",
 	MEMBER(mail_never_cache_fields) "imap.envelope",
 	MEMBER(mailbox_check_interval) 0,
 	MEMBER(mailbox_idle_check_interval) 30,



More information about the dovecot-cvs mailing list