* Migrated to the new tinymail API
[modest] / src / dbus_api / modest-dbus-callbacks.c
index 6e1f505..ee7d3bd 100644 (file)
@@ -1657,6 +1657,7 @@ add_folders_to_list (TnyFolderStore *folder_store, GList** list)
        tny_folder_store_get_folders (folder_store,
                                      all_folders,
                                      NULL /* query */,
+                                     FALSE,
                                      NULL /* error */);
 
        TnyIterator *iter = tny_list_create_iterator (all_folders);