diff options
Diffstat (limited to 'mail/e-mail-account-store.h')
-rw-r--r-- | mail/e-mail-account-store.h | 11 |
1 files changed, 1 insertions, 10 deletions
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, |