[dovecot-cvs] dovecot/src/lib-storage/index/mbox mbox-storage.c, 1.129, 1.130

cras at dovecot.org cras at dovecot.org
Sat Dec 31 15:14:40 EET 2005


Update of /var/lib/cvs/dovecot/src/lib-storage/index/mbox
In directory talvi:/tmp/cvs-serv24179

Modified Files:
	mbox-storage.c 
Log Message:
Don't send X-UIDL header to clients.



Index: mbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/mbox/mbox-storage.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -d -r1.129 -r1.130
--- mbox-storage.c	6 Dec 2005 16:58:01 -0000	1.129
+++ mbox-storage.c	31 Dec 2005 13:14:38 -0000	1.130
@@ -31,6 +31,7 @@
 	"X-Keywords",
 	"X-Status",
 	"X-UID",
+	"X-UIDL"
 };
 unsigned int mbox_hide_headers_count = 7;
 



More information about the dovecot-cvs mailing list