From c780b7d21255a5e6a0f15af12e02accbda088f3b Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 11 May 2011 12:11:36 -0400 Subject: Remove mail_get_messages(). Use e_mail_folder_get_multiple_messages() instead. --- mail/mail-ops.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mail/mail-ops.h') diff --git a/mail/mail-ops.h b/mail/mail-ops.h index ac78fdf7c1..f773c825f7 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -47,11 +47,6 @@ gint mail_get_message (CamelFolder *folder, const gchar *uid, gpointer data, MailMsgDispatchFunc dispatch); -/* get several messages */ -gint mail_get_messages (CamelFolder *folder, GPtrArray *uids, - void (*done) (CamelFolder *folder, GPtrArray *uids, GPtrArray *msgs, gpointer data), - gpointer data); - /* same for a folder */ gint mail_get_folder (EMailSession *session, const gchar *uri, -- cgit v1.2.3