[dovecot-cvs] dovecot/src/master mail-process.c,1.65,1.66

cras at dovecot.org cras at dovecot.org
Wed Dec 22 08:34:18 EET 2004


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

Modified Files:
	mail-process.c 
Log Message:
pop3_enable_last setting wasn't actually being passed to pop3 process. Patch
by Andrey Panin.



Index: mail-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/mail-process.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- mail-process.c	15 Dec 2004 20:05:17 -0000	1.65
+++ mail-process.c	22 Dec 2004 06:34:15 -0000	1.66
@@ -220,6 +220,8 @@
 		env_put("FULL_FILESYSTEM_ACCESS=1");
 	if (set->pop3_no_flag_updates)
 		env_put("POP3_NO_FLAG_UPDATES=1");
+	if (set->pop3_enable_last)
+		env_put("POP3_ENABLE_LAST=1");
 	if (set->mbox_dirty_syncs)
 		env_put("MBOX_DIRTY_SYNCS=1");
 	if (set->mbox_very_dirty_syncs)



More information about the dovecot-cvs mailing list