diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-17 22:56:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 07:51:11 +0800 |
commit | 8520334bc8a1745f5954f0b69252418e12d4c3a2 (patch) | |
tree | a0f0398ade533bc9df344297b1250d0dd4f5b672 /mail/mail-ops.h | |
parent | 3d8ea9b570761a0de2402a55fd262ba0f6bafeeb (diff) | |
download | gsoc2013-evolution-8520334bc8a1745f5954f0b69252418e12d4c3a2.tar.gz gsoc2013-evolution-8520334bc8a1745f5954f0b69252418e12d4c3a2.tar.zst gsoc2013-evolution-8520334bc8a1745f5954f0b69252418e12d4c3a2.zip |
Remove mail_check_service().
Use camel_service_query_auth_types() instead.
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 89bf23cf04..58dd8dff3d 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -118,11 +118,6 @@ gint mail_store_prepare_offline (CamelStore *store); /* filter driver execute shell command async callback */ void mail_execute_shell_command (CamelFilterDriver *driver, gint argc, gchar **argv, gpointer data); -gint mail_check_service (EMailSession *session, - const gchar *service_uid, - void (*done)(GList *authtypes, gpointer data), - gpointer data); - gint mail_disconnect_store (CamelStore *store); gint mail_remove_attachments (CamelFolder *folder, GPtrArray *uids); |