[evolution-data-server] Bug #685034 - [imapx] Read status of email is not persisted correctly



commit db335259356491165b2ecf3debf7a2b4a58e87ff
Author: Milan Crha <mcrha redhat com>
Date:   Tue Oct 30 18:48:30 2012 +0100

    Bug #685034 - [imapx] Read status of email is not persisted correctly

 camel/camel-imapx-server.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-imapx-server.c b/camel/camel-imapx-server.c
index 8845d90..0e46105 100644
--- a/camel/camel-imapx-server.c
+++ b/camel/camel-imapx-server.c
@@ -978,7 +978,9 @@ imapx_command_start_next (CamelIMAPXServer *is,
 					c (
 						is->tagprefix,
 						"waiting for idle to stop \n");
-					return TRUE;
+					/* if there are more pending commands,
+					   then they should be processed too */
+					break;
 
 				case IMAPX_IDLE_STOP_ERROR:
 					return FALSE;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]