aboutsummaryrefslogtreecommitdiffstats
path: root/mail/e-mail-folder-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2011-05-17 10:43:46 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:16 +0800
commitb5cadb77f188e2f426550ea7d5623420865636d2 (patch)
tree7541aa43a51bd7f4f0027901725b12250f5584cb /mail/e-mail-folder-utils.h
parent9640844be243e8639e1b2a2a74c6b441462fa032 (diff)
downloadgsoc2013-evolution-b5cadb77f188e2f426550ea7d5623420865636d2.tar
gsoc2013-evolution-b5cadb77f188e2f426550ea7d5623420865636d2.tar.gz
gsoc2013-evolution-b5cadb77f188e2f426550ea7d5623420865636d2.tar.bz2
gsoc2013-evolution-b5cadb77f188e2f426550ea7d5623420865636d2.tar.lz
gsoc2013-evolution-b5cadb77f188e2f426550ea7d5623420865636d2.tar.xz
gsoc2013-evolution-b5cadb77f188e2f426550ea7d5623420865636d2.tar.zst
gsoc2013-evolution-b5cadb77f188e2f426550ea7d5623420865636d2.zip
Remove mail_remove_attachments().
Use e_mail_folder_remove_attachments() instead.
Diffstat (limited to 'mail/e-mail-folder-utils.h')
-rw-r--r--mail/e-mail-folder-utils.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/e-mail-folder-utils.h b/mail/e-mail-folder-utils.h
index 12fe1c8502..f526c3273b 100644
--- a/mail/e-mail-folder-utils.h
+++ b/mail/e-mail-folder-utils.h
@@ -97,6 +97,23 @@ GHashTable * e_mail_folder_get_multiple_messages_finish
GAsyncResult *result,
GError **error);
+gboolean e_mail_folder_remove_attachments_sync
+ (CamelFolder *folder,
+ GPtrArray *message_uids,
+ GCancellable *cancellable,
+ GError **error);
+void e_mail_folder_remove_attachments
+ (CamelFolder *folder,
+ GPtrArray *message_uids,
+ gint io_priority,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+gboolean e_mail_folder_remove_attachments_finish
+ (CamelFolder *folder,
+ GAsyncResult *result,
+ GError **error);
+
gchar * e_mail_folder_uri_build (CamelStore *store,
const gchar *folder_name);
gboolean e_mail_folder_uri_parse (CamelSession *session,