[dovecot-cvs] dovecot/src/master master-settings.c,1.91,1.92

cras at dovecot.org cras at dovecot.org
Sun Oct 16 17:59:20 EEST 2005


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

Modified Files:
	master-settings.c 
Log Message:
pop3_uidl_format is now required to be explicitly set. There is no default
anymore.



Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- master-settings.c	3 Oct 2005 21:23:24 -0000	1.91
+++ master-settings.c	16 Oct 2005 14:59:17 -0000	1.92
@@ -327,7 +327,7 @@
 	MEMBER(pop3_no_flag_updates) FALSE,
 	MEMBER(pop3_enable_last) FALSE,
 	MEMBER(pop3_reuse_xuidl) FALSE,
-	MEMBER(pop3_uidl_format) "%v.%u",
+	MEMBER(pop3_uidl_format) NULL,
 	MEMBER(pop3_client_workarounds) NULL,
 	MEMBER(pop3_logout_format) "top=%t/%T, retr=%r/%R, del=%d/%m, size=%s",
 



More information about the dovecot-cvs mailing list