From 75b078e99793350fa2f54ca80b72213d1bfbb17f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 30 Sep 2010 08:16:30 -0400 Subject: Kill em_utils_temp_save_part(). Rewrite the last usage of it in itip-formatter.c to use EAttachments instead. This also allowed me to kill mail_save_part() in mail-ops.c. I may need to reevaluate the EAttachment API at some point for all these fringe EAttachment uses we're accumulating. Having to asynchronously "load" an EAttachment whose content is already in memory kinda sucks. --- mail/mail-ops.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mail/mail-ops.h') diff --git a/mail/mail-ops.h b/mail/mail-ops.h index a0af5ff097..4bea1b03df 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -120,10 +120,6 @@ gint mail_save_messages (CamelFolder *folder, GPtrArray *uids, const gchar *path void (*done) (CamelFolder *folder, GPtrArray *uids, gchar *path, gpointer data), gpointer data); -gint mail_save_part (CamelMimePart *part, const gchar *path, - void (*done)(CamelMimePart *part, gchar *path, gint saved, gpointer data), - gpointer data, gboolean readonly); - /* yeah so this is messy, but it does a lot, maybe i can consolidate all user_data's to be the one */ void mail_send_queue (CamelFolder *queue, const gchar *destination, -- cgit v1.2.3