[dovecot-cvs] dovecot/src/imap cmd-idle.c,1.28,1.29

cras at dovecot.org cras at dovecot.org
Mon Mar 6 22:13:42 EET 2006


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

Modified Files:
	cmd-idle.c 
Log Message:
cleanup



Index: cmd-idle.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/imap/cmd-idle.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- cmd-idle.c	15 Jan 2006 15:59:15 -0000	1.28
+++ cmd-idle.c	6 Mar 2006 20:13:39 -0000	1.29
@@ -105,7 +105,7 @@
 	}
 }
 
-static void idle_send_expunge(struct cmd_idle_context *ctx)
+static void idle_send_fake_exists(struct cmd_idle_context *ctx)
 {
 	struct client *client = ctx->client;
 
@@ -131,7 +131,7 @@
 		return;
 	}
 
-	idle_send_expunge(ctx);
+	idle_send_fake_exists(ctx);
 }
 
 static void keepalive_timeout(void *context)
@@ -191,7 +191,7 @@
 
 	if (ctx->idle_timeout) {
 		/* outlook workaround */
-		idle_send_expunge(ctx);
+		idle_send_fake_exists(ctx);
 	} else if (ctx->sync_pending) {
 		/* more changes occurred while we were sending changes to
 		   client */



More information about the dovecot-cvs mailing list