From d2efe18e83f5ac28d19afa506010910f752f670c Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 11 May 2011 10:43:53 -0400 Subject: Remove mail_build_attachment(). Use e_mail_folder_build_attachment() instead. --- mail/mail-ops.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'mail/mail-ops.h') diff --git a/mail/mail-ops.h b/mail/mail-ops.h index c4026416f3..ac78fdf7c1 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -66,12 +66,6 @@ gint mail_get_folder_quota (CamelFolder *folder, void (*done)(CamelFolder *folder, const gchar *folder_uri, CamelFolderQuotaInfo *quota, gpointer data), gpointer data, MailMsgDispatchFunc dispatch); -/* build an attachment */ -void mail_build_attachment (CamelFolder *folder, GPtrArray *uids, - void (*done)(CamelFolder *folder, GPtrArray *messages, - CamelMimePart *part, gchar *subject, gpointer data), - gpointer data); - void mail_sync_folder (CamelFolder *folder, void (*done) (CamelFolder *folder, gpointer data), gpointer data); -- cgit v1.2.3