Bug #679017 - Broken spool mbox file accounts
authorMilan Crha <mcrha@redhat.com>
Wed, 18 Jul 2012 16:45:18 +0000 (18:45 +0200)
committerMilan Crha <mcrha@redhat.com>
Wed, 18 Jul 2012 16:45:18 +0000 (18:45 +0200)
camel/providers/local/camel-spool-summary.c

index 33831d4..56782e8 100644 (file)
@@ -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;
 }