* Activate update code - finally.
authorFlorian Boor <florian@kernelconcepts.de>
Fri, 9 Jun 2006 09:50:02 +0000 (09:50 +0000)
committerFlorian Boor <florian@kernelconcepts.de>
Fri, 9 Jun 2006 09:50:02 +0000 (09:50 +0000)
pmo-trunk-r207

src/modest-tny-store-actions.c

index 870bbfc..624b415 100644 (file)
@@ -52,7 +52,7 @@ void
 modest_tny_store_actions_update_folders (ModestTnyStoreActions *self,
                                           TnyStoreAccountIface *storage_account)
 {
-#if 0
+
        const TnyListIface* folders;
        TnyIteratorIface* ifolders;
        gpointer *cur_folder;
@@ -67,9 +67,9 @@ modest_tny_store_actions_update_folders (ModestTnyStoreActions *self,
                          tny_iterator_iface_next (ifolders))
        {
                cur_folder = tny_iterator_iface_current (ifolders);
-//             tny_msg_folder_iface_refresh (cur_folder);
+               tny_msg_folder_iface_refresh (cur_folder);
        }
-#endif
+       g_object_unref (ifolders);
 }