summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-07-18 18:45:49 +0200
committerMilan Crha <mcrha@redhat.com>2012-07-18 18:45:49 +0200
commit6aa237c1b68bbc001d4346f298ff711cae9051fc (patch)
tree694f41a143055f7b889f75a872811841b82ca01a
parent354eec6abb5d489b33d1ba3f811bea188fb44375 (diff)
downloadevolution-data-server-6aa237c1b68bbc001d4346f298ff711cae9051fc.tar.gz
Bug #679017 - Broken spool mbox file accounts
-rw-r--r--camel/providers/local/camel-spool-summary.c4
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 33831d4ee..56782e888 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;
}