[dovecot-cvs] dovecot/src/pop3 commands.c,1.49,1.50

cras at dovecot.org cras at dovecot.org
Tue Dec 6 19:34:47 EET 2005


Update of /var/lib/cvs/dovecot/src/pop3
In directory talvi:/tmp/cvs-serv3822/pop3

Modified Files:
	commands.c 
Log Message:
Make pop3_reuse_xuidl setting actually work. Patch by grant beattie.



Index: commands.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/pop3/commands.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- commands.c	16 Oct 2005 16:22:15 -0000	1.49
+++ commands.c	6 Dec 2005 17:34:45 -0000	1.50
@@ -567,7 +567,8 @@
 			mail_get_first_header(ctx->mail, "X-UIDL");
 		if (uidl == NULL)
 			var_expand(str, uidl_format, tab);
-
+		else
+			str_append(str, uidl);
 		ret = client_send_line(client, "%s", str_c(str));
 		t_pop();
 



More information about the dovecot-cvs mailing list