[evolution-data-server] Addendum to the previous commit.



commit 738c136f9065e1f027c22806403790b11ae3ab34
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Aug 17 09:52:50 2013 -0400

    Addendum to the previous commit.

 camel/camel-imapx-store.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-imapx-store.c b/camel/camel-imapx-store.c
index a90428f..98425cf 100644
--- a/camel/camel-imapx-store.c
+++ b/camel/camel-imapx-store.c
@@ -2170,9 +2170,12 @@ camel_imapx_store_init (CamelIMAPXStore *store)
        store->priv = CAMEL_IMAPX_STORE_GET_PRIVATE (store);
 
        g_mutex_init (&store->priv->get_finfo_lock);
-       store->priv->last_refresh_time = time (NULL) - (FINFO_REFRESH_INTERVAL + 10);
        store->dir_sep = '/';
 
+       /* Initialize to zero to ensure we always obtain fresh folder
+        * info on startup.  See imapx_store_get_folder_info_sync(). */
+       store->priv->last_refresh_time = 0;
+
        g_mutex_init (&store->priv->server_lock);
 
        store->priv->quota_info = g_hash_table_new_full (


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