From a9d0a0f46c00e5bcfef42437933d4e0c85c67bb5 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Mon, 12 Feb 2007 11:07:21 +0000 Subject: [PATCH] added a workarround to list the local accounts pmo-trunk-r818 --- src/widgets/modest-folder-view.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/widgets/modest-folder-view.c b/src/widgets/modest-folder-view.c index 31f998c..b333407 100644 --- a/src/widgets/modest-folder-view.c +++ b/src/widgets/modest-folder-view.c @@ -601,7 +601,10 @@ update_model (ModestFolderView *self, ModestTnyAccountStore *account_store) /* Notify that there is no folder selected */ update_model_empty (self); - model = tny_gtk_folder_store_tree_model_new (TRUE, priv->query); + /* FIXME: the local accounts are not shown when the query + selects only the subscribed folders. */ +/* model = tny_gtk_folder_store_tree_model_new (TRUE, priv->query); */ + model = tny_gtk_folder_store_tree_model_new (TRUE, NULL); account_list = TNY_LIST(model); tny_account_store_get_accounts (TNY_ACCOUNT_STORE(account_store), -- 1.7.9.5