[evolution-data-server/gnome-2-30] Update ifolder->exists_on_server from STATUS response (cherry picked from commit f37622b28fb984c2470



commit d0e79bf9626fdbb8ef0ba1204d35d8ffbfc1935b
Author: David Woodhouse <David Woodhouse intel com>
Date:   Mon Jun 21 21:00:17 2010 +0100

    Update ifolder->exists_on_server from STATUS response
    (cherry picked from commit f37622b28fb984c24706621631b54a20cadcbb31)

 camel/providers/imapx/camel-imapx-server.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index f5d5033..8609f2f 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -1812,6 +1812,7 @@ imapx_command_status_done (CamelIMAPXServer *is, CamelIMAPXCommand *ic)
 	CamelIMAPXFolder *ifolder = (CamelIMAPXFolder *) ic->job->folder;
 
 	ifolder->unread_on_server = is->unseen;
+	ifolder->exists_on_server = is->exists;
 	e_flag_set (ic->flag);
 }
 



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