[dovecot-cvs] dovecot/src/auth mech.c,1.40,1.41

cras at dovecot.org cras at dovecot.org
Sun Oct 10 17:32:35 EEST 2004


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv8742/src/auth

Modified Files:
	mech.c 
Log Message:
Renamed pop3_mails_keep_recent to pop3_no_flag_updates which includes
not updating seen-flag.



Index: mech.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/mech.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- mech.c	10 Oct 2004 14:21:07 -0000	1.40
+++ mech.c	10 Oct 2004 14:32:32 -0000	1.41
@@ -241,7 +241,8 @@
 		/* get this before callback because it can destroy connection */
 		free_request = AUTH_MASTER_IS_DUMMY(auth_request->conn->master);
 
-		reply_data = mech_auth_success(&reply, auth_request, data, data_size);
+		reply_data = mech_auth_success(&reply, auth_request,
+					       data, data_size);
 		auth_request->callback(&reply, reply_data, auth_request->conn);
 	}
 



More information about the dovecot-cvs mailing list