aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-12 12:50:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-12 12:50:29 +0800
commit5753ec741be2ee2dbc978397510c51bd76a6f614 (patch)
tree14e46678f0fc8ffa2d452045d868d3cfdcda4e3b /mail/mail-ops.h
parent1c68dd833916876757fec8796d2a205c652b792f (diff)
downloadgsoc2013-evolution-5753ec741be2ee2dbc978397510c51bd76a6f614.tar
gsoc2013-evolution-5753ec741be2ee2dbc978397510c51bd76a6f614.tar.gz
gsoc2013-evolution-5753ec741be2ee2dbc978397510c51bd76a6f614.tar.bz2
gsoc2013-evolution-5753ec741be2ee2dbc978397510c51bd76a6f614.tar.lz
gsoc2013-evolution-5753ec741be2ee2dbc978397510c51bd76a6f614.tar.xz
gsoc2013-evolution-5753ec741be2ee2dbc978397510c51bd76a6f614.tar.zst
gsoc2013-evolution-5753ec741be2ee2dbc978397510c51bd76a6f614.zip
Remove mail_get_folder().
Use camel_store_get_folder() instead.
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index f773c825f7..2ccea541aa 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -47,14 +47,6 @@ gint mail_get_message (CamelFolder *folder, const gchar *uid,
gpointer data,
MailMsgDispatchFunc dispatch);
-/* same for a folder */
-gint mail_get_folder (EMailSession *session,
- const gchar *uri,
- guint32 flags,
- void (*done) (gchar *uri, CamelFolder *folder, gpointer data),
- gpointer data,
- MailMsgDispatchFunc dispatch);
-
/* get quota information for a folder */
gint mail_get_folder_quota (CamelFolder *folder,
const gchar *folder_uri,