[evolution-kolab] KolabMailAccess: added comment about server sync when switching from online to offline



commit dbdaf849ba9d18d282ee0ffcad02e2237673ca6a
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Tue Jul 24 16:36:48 2012 +0200

    KolabMailAccess: added comment about server sync when switching from online to offline
    
    * we disconnect from the server (go offline) without
      implicit sync
    * sync function needs to be called separately (not yet
      sure exactly where to call it, as long as we do not
      have a dedicated backend synchronize() function which
      gets triggered by some EClient action)

 src/libekolab/kolab-mail-access.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/libekolab/kolab-mail-access.c b/src/libekolab/kolab-mail-access.c
index 0281451..3b3d1ca 100644
--- a/src/libekolab/kolab-mail-access.c
+++ b/src/libekolab/kolab-mail-access.c
@@ -1286,6 +1286,11 @@ mail_access_strans_online_offline (KolabMailAccess *self,
 
 	/* get infrastructure into offline operation */
 
+	/* see the comment in mail_access_strans_online_offline()
+	 * about synchronization with the server up to version 3.4
+	 * and changes in 3.6 at this point
+	 */
+
 	/* get IMAP client into offline mode */
 	ok = kolab_mail_imap_client_go_offline (priv->client,
 	                                        cancellable,



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