X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-mail-operation.c;h=e8cfaebd4df1d41dcda816fcf7eba20dbf6e17e4;hp=12944e627a0ba2716646d52bb45d6231f83ee746;hb=82eaaa8e83e47d86799444d45934ff24ad8e72b0;hpb=f72625d1ed94546d9c8bc8cdaffab6fa1a88f854 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);