From: Jose Dapena Paz Date: Thu, 17 Sep 2009 16:18:55 +0000 (+0200) Subject: Don't refresh children folder in update account, as folder structure is X-Git-Tag: 3.1.1~5 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=82eaaa8e83e47d86799444d45934ff24ad8e72b0 Don't refresh children folder in update account, as folder structure is already updated. --- 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);