From 82eaaa8e83e47d86799444d45934ff24ad8e72b0 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 17 Sep 2009 18:18:55 +0200 Subject: [PATCH] Don't refresh children folder in update account, as folder structure is already updated. --- src/modest-mail-operation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-mail-operation.c b/src/modest-mail-operation.c index 12944e6..e8cfaeb 100644 --- a/src/modest-mail-operation.c +++ b/src/modest-mail-operation.c @@ -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); -- 1.7.9.5