Don't refresh children folder in update account, as folder structure is
authorJose Dapena Paz <jdapena@igalia.com>
Thu, 17 Sep 2009 16:18:55 +0000 (18:18 +0200)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 20 Oct 2009 08:51:55 +0000 (10:51 +0200)
already updated.

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);