Added two new exceptions for the country parsing. It's a workaround to fix bad values...
[modest] / src / modest-mail-operation.c
index 12944e6..e8cfaeb 100644 (file)
@@ -2012,7 +2012,7 @@ modest_mail_operation_update_account (ModestMailOperation *self,
        /* Get all folders and continue in the callback */ 
        folders = tny_simple_list_new ();
        tny_folder_store_get_folders_async (TNY_FOLDER_STORE (priv->account),
-                                           folders, NULL, FALSE,
+                                           folders, NULL, TRUE,
                                            recurse_folders_async_cb, 
                                            NULL, info);
        g_object_unref (folders);