X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-store-actions.c;h=4edfdf93fc0eaf4599625dbdf7832bb41b1c5bb8;hb=d9d3ab7c86ed86701f468ff8d1e1fac33b850431;hp=1b39abcb548ce8a7b7faeea526a76864d79bad59;hpb=155ff3c77260eaf89c600d2de9fda17c57698b4d;p=modest diff --git a/src/modest-tny-store-actions.c b/src/modest-tny-store-actions.c index 1b39abc..4edfdf9 100644 --- a/src/modest-tny-store-actions.c +++ b/src/modest-tny-store-actions.c @@ -28,8 +28,8 @@ modest_tny_store_actions_update_folders (TnyStoreAccountIface *storage_account) const TnyListIface* folders; TnyIteratorIface* ifolders; const TnyMsgFolderIface *cur_folder; - - folders = tny_store_account_iface_get_folders (storage_account, +#warning TODO: This results in failure on folder change. +/* folders = tny_store_account_iface_get_folders (storage_account, TNY_STORE_ACCOUNT_FOLDER_TYPE_SUBSCRIBED); ifolders = tny_list_iface_create_iterator (folders); @@ -43,5 +43,5 @@ modest_tny_store_actions_update_folders (TnyStoreAccountIface *storage_account) } g_object_unref (ifolders); -} +*/}