changeset 4095:2fe0d3ab89c9 HEAD

cleanup
author Timo Sirainen <tss@iki.fi>
date Mon, 06 Mar 2006 22:13:39 +0200
parents 03e14e3a4610
children 904c53275e83
files src/imap/cmd-idle.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/cmd-idle.c	Mon Mar 06 21:05:09 2006 +0200
+++ b/src/imap/cmd-idle.c	Mon Mar 06 22:13:39 2006 +0200
@@ -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 */