From d89c299a91c9618ceb1bb9956a5cd1a2822147ee Mon Sep 17 00:00:00 2001 From: Sankar P Date: Wed, 28 Sep 2005 09:16:26 +0000 Subject: [PATCH] Added peek to the view so that the unread status of mails doesnt get 2005-09-28 Sankar P * camel-groupwise-folder.c (groupwise_refresh_folder): Added peek to the view so that the unread status of mails doesnt get changed during a proxy access. Fixes #309993 --- camel/providers/groupwise/ChangeLog | 7 +++++++ camel/providers/groupwise/camel-groupwise-folder.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/camel/providers/groupwise/ChangeLog b/camel/providers/groupwise/ChangeLog index d2f09ff..ed98102 100644 --- a/camel/providers/groupwise/ChangeLog +++ b/camel/providers/groupwise/ChangeLog @@ -1,3 +1,10 @@ +2005-09-28 Sankar P + + * camel-groupwise-folder.c (groupwise_refresh_folder): + Added peek to the view so that the unread status of mails doesnt get + changed during a proxy access. + Fixes #309993 + 2005-09-26 Veerapuram Varadhan * camel-groupwise-folder.c: (camel_gw_folder_new) Memory leak fixes. diff --git a/camel/providers/groupwise/camel-groupwise-folder.c b/camel/providers/groupwise/camel-groupwise-folder.c index c51321b..82df8dd 100644 --- a/camel/providers/groupwise/camel-groupwise-folder.c +++ b/camel/providers/groupwise/camel-groupwise-folder.c @@ -882,7 +882,7 @@ groupwise_refresh_folder(CamelFolder *folder, CamelException *ex) goto end1; if (!strcmp (folder->full_name, "Trash") || is_proxy) { - status = e_gw_connection_get_items (cnc, container_id, "recipient distribution delivered attachments subject status size", NULL, &list); + status = e_gw_connection_get_items (cnc, container_id, "peek recipient distribution delivered attachments subject status size", NULL, &list); if (status != E_GW_CONNECTION_STATUS_OK) { if (status ==E_GW_CONNECTION_STATUS_OTHER) { g_warning ("Trash full....Empty Trash!!!!\n"); -- 2.7.4