aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-11-17 06:58:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-11-17 06:58:53 +0800
commitb64fee1ba45258e0e6e2b95da48b1d6be45448dc (patch)
treed167b0c491765893e879848f21cfc6b8de06c909 /camel/providers
parent5701b20541935f11123f484babbeced3d8f1d385 (diff)
downloadgsoc2013-evolution-b64fee1ba45258e0e6e2b95da48b1d6be45448dc.tar
gsoc2013-evolution-b64fee1ba45258e0e6e2b95da48b1d6be45448dc.tar.gz
gsoc2013-evolution-b64fee1ba45258e0e6e2b95da48b1d6be45448dc.tar.bz2
gsoc2013-evolution-b64fee1ba45258e0e6e2b95da48b1d6be45448dc.tar.lz
gsoc2013-evolution-b64fee1ba45258e0e6e2b95da48b1d6be45448dc.tar.xz
gsoc2013-evolution-b64fee1ba45258e0e6e2b95da48b1d6be45448dc.tar.zst
gsoc2013-evolution-b64fee1ba45258e0e6e2b95da48b1d6be45448dc.zip
see the ChangeLog, I forget
svn path=/trunk/; revision=14736
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/imap/camel-imap-folder.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/camel/providers/imap/camel-imap-folder.c b/camel/providers/imap/camel-imap-folder.c
index dcd33ad224..25a9cdbb66 100644
--- a/camel/providers/imap/camel-imap-folder.c
+++ b/camel/providers/imap/camel-imap-folder.c
@@ -1204,19 +1204,19 @@ imap_copy_online (CamelFolder *source, GPtrArray *uids,
{
CamelImapStore *store = CAMEL_IMAP_STORE (source->parent_store);
int count;
-
+
/* Sync message flags if needed. */
imap_sync_online (source, ex);
if (camel_exception_is_set (ex))
return;
-
+
count = camel_folder_summary_count (destination->summary);
-
+
/* Now copy the messages */
do_copy (source, uids, destination, ex);
if (camel_exception_is_set (ex))
return;
-
+
/* Make the destination notice its new messages */
if (store->current_folder != destination ||
camel_folder_summary_count (destination->summary) == count)