diff src/imap/cmd-select.c @ 991:21788a1e9e39 HEAD

Partial fetches are working fast again - faster than ever actually.
author Timo Sirainen <tss@iki.fi>
date Tue, 21 Jan 2003 07:37:35 +0200
parents fd8888f6f037
children 81cbc1467097
line wrap: on
line diff
--- a/src/imap/cmd-select.c	Tue Jan 21 07:36:32 2003 +0200
+++ b/src/imap/cmd-select.c	Tue Jan 21 07:37:35 2003 +0200
@@ -36,6 +36,7 @@
 	/* set client's mailbox only after getting status to make sure
 	   we're not sending any expunge/exists replies too early to client */
 	client->mailbox = box;
+	client->select_counter++;
 
 	client_send_mailbox_flags(client, box, status.custom_flags,
 				  status.custom_flags_count);