[evolution-data-server] Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start()
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start()
- Date: Thu, 24 Jun 2010 13:01:07 +0000 (UTC)
commit 40bc967973766928f117a132603d1a9e18fc2cfe
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()
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 9a1b3e8..159b0df 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -3381,7 +3381,7 @@ imapx_job_fetch_new_messages_start (CamelIMAPXServer *is, CamelIMAPXJob *job)
if (diff > BATCH_FETCH_COUNT) {
ic = camel_imapx_command_new (is, "FETCH", 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]