From 6992df26967b60d4b923d20263aec91bcd983d2c Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Tue, 15 May 2012 13:55:57 +0530 Subject: [PATCH] Signal shutdown when imapx connection shutsdown so that the connection is pruned from connection manager. --- camel/camel-imapx-server.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/camel/camel-imapx-server.c b/camel/camel-imapx-server.c index b25aa2b..5afd519 100644 --- a/camel/camel-imapx-server.c +++ b/camel/camel-imapx-server.c @@ -5340,8 +5340,7 @@ imapx_parser_thread (gpointer d) QUEUE_UNLOCK (is); is->parser_quit = FALSE; - if (is->state != IMAPX_SHUTDOWN) - g_signal_emit (is, signals[SHUTDOWN], 0); + g_signal_emit (is, signals[SHUTDOWN], 0); return NULL; } -- 2.7.4