From ec170e47fdeb57272110fa3ef9164a98d8b69d84 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 18 Oct 2010 10:42:48 -0400 Subject: Move more account utilities to e-account-utils.c. --- mail/em-folder-tree-model.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/em-folder-tree-model.c') diff --git a/mail/em-folder-tree-model.c b/mail/em-folder-tree-model.c index 9da5711cf0..ac147c43fd 100644 --- a/mail/em-folder-tree-model.c +++ b/mail/em-folder-tree-model.c @@ -35,7 +35,6 @@ #include -#include "mail-config.h" #include "mail-tools.h" #include "mail-mt.h" #include "mail-ops.h" @@ -1073,7 +1072,7 @@ em_folder_tree_model_add_store (EMFolderTreeModel *model, uri = camel_url_to_string ( ((CamelService *) store)->url, CAMEL_URL_HIDE_ALL); - account = mail_config_get_account_by_source_url (uri); + account = e_get_account_by_source_url (uri); /* Add the store to the tree. */ gtk_tree_store_append (tree_store, &iter, NULL); -- cgit v1.2.3