[evolution-data-server/gnome-3-4] Bug #679017 - Broken spool mbox file accounts



commit 6aa237c1b68bbc001d4346f298ff711cae9051fc
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jul 18 18:45:49 2012 +0200

    Bug #679017 - Broken spool mbox file accounts

 camel/providers/local/camel-spool-summary.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/local/camel-spool-summary.c b/camel/providers/local/camel-spool-summary.c
index 33831d4..56782e8 100644
--- a/camel/providers/local/camel-spool-summary.c
+++ b/camel/providers/local/camel-spool-summary.c
@@ -105,7 +105,9 @@ spool_summary_load (CamelLocalSummary *cls,
                     gint forceindex,
                     GError **error)
 {
-	g_warning("spool summary - not loading anything\n");
+	/* if not loading, then rescan mbox file content */
+	camel_local_summary_check_force (cls);
+
 	return 0;
 }
 



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