[evolution-data-server/gnome-2-30] Revamp imapx_job_refresh_info_start() to make use of modseq and uidnext (cherry picked from commit b



commit ef7d692b446c3b1372bacf8a1cd9da1d8be0f0dc
Author: David Woodhouse <David Woodhouse intel com>
Date:   Thu Jun 24 13:13:03 2010 +0100

    Revamp imapx_job_refresh_info_start() to make use of modseq and uidnext
    (cherry picked from commit b0214462be6e21c2a312d8fe3e31ffdd2825d153)

 camel/providers/imapx/camel-imapx-server.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 70f3cea..57a1f4f 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -3580,11 +3580,9 @@ imapx_job_refresh_info_start (CamelIMAPXServer *is, CamelIMAPXJob *job)
 	if (camel_exception_is_set (job->ex))
 		goto done;
 
-#if 0 /* There are issues with this still; continue with the buggy behaviour
-	 where we issue STATUS on the current folder, for now...*/
 	if (is->select && !strcmp(folder->full_name, is->select))
 		is_selected = TRUE;
-#endif
+
 	total = camel_folder_summary_count (folder->summary);
 
 	/* We don't have valid unread count or modseq for currently-selected server



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