[evolution-data-server/gnome-2-30] Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start() (cherry picked from commit



commit cbad98d6695491eb95dcf7a74cbf7fdba6fa3abd
Author: David Woodhouse <David Woodhouse intel com>
Date:   Mon Jun 21 21:02:43 2010 +0100

    Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start()
    (cherry picked from commit 40bc967973766928f117a132603d1a9e18fc2cfe)

 camel/providers/imapx/camel-imapx-server.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 3ab0df7..ac787aa 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -3330,7 +3330,7 @@ imapx_job_fetch_new_messages_start (CamelIMAPXServer *is, CamelIMAPXJob *job)
 
 	if (diff > BATCH_FETCH_COUNT) {
 		ic = camel_imapx_command_new (is, "FETCH", job->folder->full_name,
-				     "FETCH %s:* (UID FLAGS)", uid);
+				     "UID FETCH %s:* (UID FLAGS)", uid);
 		imapx_uidset_init(&job->u.refresh_info.uidset, BATCH_FETCH_COUNT, 0);
 		job->u.refresh_info.infos = g_array_new (0, 0, sizeof(struct _refresh_info));
 		ic->pri = job->pri;



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