aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-03 03:45:29 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-03 03:48:42 +0800
commita27c70e42741771b43d264f17b14c4674d0e51a7 (patch)
tree90281f4cf096029c6324890ed0683e091d5c4098 /mail/em-composer-utils.h
parent13b2bd263cc68e60839d04f801fd8b6f4b80b3d2 (diff)
downloadgsoc2013-evolution-a27c70e42741771b43d264f17b14c4674d0e51a7.tar
gsoc2013-evolution-a27c70e42741771b43d264f17b14c4674d0e51a7.tar.gz
gsoc2013-evolution-a27c70e42741771b43d264f17b14c4674d0e51a7.tar.bz2
gsoc2013-evolution-a27c70e42741771b43d264f17b14c4674d0e51a7.tar.lz
gsoc2013-evolution-a27c70e42741771b43d264f17b14c4674d0e51a7.tar.xz
gsoc2013-evolution-a27c70e42741771b43d264f17b14c4674d0e51a7.tar.zst
gsoc2013-evolution-a27c70e42741771b43d264f17b14c4674d0e51a7.zip
Add e_mail_reader_forward_messages().
Replaces em_utils_forward_messages().
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r--mail/em-composer-utils.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h
index 3cca98334c..a99c3c8af2 100644
--- a/mail/em-composer-utils.h
+++ b/mail/em-composer-utils.h
@@ -26,8 +26,8 @@
#include <em-format/e-mail-part.h>
#include <mail/e-mail-backend.h>
-#include <mail/e-mail-reader.h>
#include <composer/e-msg-composer.h>
+#include <em-format/e-mail-part-list.h>
#include <libemail-engine/e-mail-enums.h>
G_BEGIN_DECLS
@@ -48,10 +48,11 @@ EMsgComposer * em_utils_forward_message (EMailBackend *backend,
EMailForwardStyle style,
CamelFolder *folder,
const gchar *uid);
-void em_utils_forward_messages (EMailReader *reader,
+EMsgComposer * em_utils_forward_attachment (EMailBackend *backend,
+ CamelMimePart *part,
+ const gchar *subject,
CamelFolder *folder,
- GPtrArray *uids,
- EMailForwardStyle style);
+ GPtrArray *uids);
EMsgComposer * em_utils_redirect_message (EShell *shell,
CamelMimeMessage *message);
gchar * em_utils_construct_composer_text