aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-14 00:43:26 +0800
committerMatthew Barnes <mbarnes@redhat.com>2011-05-14 00:44:01 +0800
commitd2f996640fe8b4272c3906abf45c7027c03b95b8 (patch)
treeaee3fc2a0194f21d2b4119f6adee5edfd1e04edc /mail/mail-ops.h
parent473909ee932d3b610d313cc6d362c363f1c5dacd (diff)
downloadgsoc2013-evolution-d2f996640fe8b4272c3906abf45c7027c03b95b8.tar
gsoc2013-evolution-d2f996640fe8b4272c3906abf45c7027c03b95b8.tar.gz
gsoc2013-evolution-d2f996640fe8b4272c3906abf45c7027c03b95b8.tar.bz2
gsoc2013-evolution-d2f996640fe8b4272c3906abf45c7027c03b95b8.tar.lz
gsoc2013-evolution-d2f996640fe8b4272c3906abf45c7027c03b95b8.tar.xz
gsoc2013-evolution-d2f996640fe8b4272c3906abf45c7027c03b95b8.tar.zst
gsoc2013-evolution-d2f996640fe8b4272c3906abf45c7027c03b95b8.zip
Remove mail_get_message().
Use camel_folder_get_message() instead.
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index 2ccea541aa..8478595b17 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -41,12 +41,6 @@ void mail_transfer_messages (EMailSession *session,
void (*done) (gboolean ok, gpointer data),
gpointer data);
-/* get a single message, asynchronously */
-gint mail_get_message (CamelFolder *folder, const gchar *uid,
- void (*done) (CamelFolder *folder, const gchar *uid, CamelMimeMessage *msg, gpointer data),
- gpointer data,
- MailMsgDispatchFunc dispatch);
-
/* get quota information for a folder */
gint mail_get_folder_quota (CamelFolder *folder,
const gchar *folder_uri,