diff options
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index 2d18b1a24f..520cae61ce 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -77,11 +77,6 @@ void mail_xfer_folder (const gchar *src_uri, const gchar *dest_uri, gboolean rem CamelFolder *folder, gpointer data), gpointer data); -/* save messages */ -gint mail_save_messages (CamelFolder *folder, GPtrArray *uids, const gchar *path, - void (*done) (CamelFolder *folder, GPtrArray *uids, gchar *path, gpointer data), - gpointer data); - /* 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 (EMailSession *session, CamelFolder *queue, |