diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 07:50:33 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2011-05-18 21:25:59 +0800 |
commit | f0a011f941bab3f6ac7228be4e1bec86a0de0d2a (patch) | |
tree | d5c64c9fc9922775171aa623223c0666bd833e64 /mail/mail-ops.h | |
parent | b3b917365ff2e813df0503e94267f2cb3bab4255 (diff) | |
download | gsoc2013-evolution-f0a011f941bab3f6ac7228be4e1bec86a0de0d2a.tar.gz gsoc2013-evolution-f0a011f941bab3f6ac7228be4e1bec86a0de0d2a.tar.zst gsoc2013-evolution-f0a011f941bab3f6ac7228be4e1bec86a0de0d2a.zip |
Remove mail_save_messages().
Use e_mail_folder_save_messages() instead.
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, |