[dovecot-cvs] dovecot/src/imap cmd-logout.c,1.6,1.7

cras at dovecot.org cras at dovecot.org
Sat Oct 23 23:55:44 EEST 2004


Update of /var/lib/cvs/dovecot/src/imap
In directory talvi:/tmp/cvs-serv19582

Modified Files:
	cmd-logout.c 
Log Message:
Send the "* BYE Logging out" before closing mailbox.



Index: cmd-logout.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-logout.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- cmd-logout.c	24 Sep 2004 11:47:30 -0000	1.6
+++ cmd-logout.c	23 Oct 2004 20:55:42 -0000	1.7
@@ -6,6 +6,7 @@
 int cmd_logout(struct client *client)
 {
 	client_send_line(client, "* BYE Logging out");
+	o_stream_uncork(client->output);
 
 	if (client->mailbox != NULL) {
 		/* this could be done at client_disconnect() as well,



More information about the dovecot-cvs mailing list