From c799f2fe6db35273f240f2e6d1d677a36d4bd046 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 20 Apr 2012 09:15:22 -0400 Subject: Revert "Bug #668481 - Account order is not remembered" This reverts commit 61a15e4d9dd303c23b6e44af9d084e3f3c609192. --- mail/e-mail-account-store.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'mail/e-mail-account-store.h') diff --git a/mail/e-mail-account-store.h b/mail/e-mail-account-store.h index e4b980d1f5..51d0afa088 100644 --- a/mail/e-mail-account-store.h +++ b/mail/e-mail-account-store.h @@ -118,9 +118,6 @@ void e_mail_account_store_remove_service (EMailAccountStore *store, GtkWindow *parent_window, CamelService *service); -gboolean e_mail_account_store_has_service - (EMailAccountStore *store, - CamelService *service); void e_mail_account_store_enable_service (EMailAccountStore *store, GtkWindow *parent_window, @@ -137,13 +134,7 @@ void e_mail_account_store_queue_enabled_services GQueue *out_queue); void e_mail_account_store_reorder_services (EMailAccountStore *store, - gboolean use_default_order); -void e_mail_account_store_reorder_freeze - (EMailAccountStore *store); -void e_mail_account_store_reorder_thaw - (EMailAccountStore *store); -gboolean e_mail_account_store_reorder_is_frozen - (EMailAccountStore *store); + GQueue *ordered_services); gint e_mail_account_store_compare_services (EMailAccountStore *store, CamelService *service_a, -- cgit