[evolution-data-server] Bug #679017 - Broken spool mbox file accounts



commit 7366ecd60d56490e1bd1a7d9dfbae88ee9c60f57
Author: Milan Crha <mcrha redhat com>
Date:   Wed Jul 18 18:45:18 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]