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 04:26:46 +0800
commitd9781c4042da5892a53c986e27d6da8bc5076836 (patch)
treebb6d38f008a449b3dbcf55f0ec5a599cae91605d /mail/em-composer-utils.h
parente6c6ca8770bf6a04334da2942bd82753c62fec78 (diff)
downloadgsoc2013-evolution-d9781c4042da5892a53c986e27d6da8bc5076836.tar
gsoc2013-evolution-d9781c4042da5892a53c986e27d6da8bc5076836.tar.gz
gsoc2013-evolution-d9781c4042da5892a53c986e27d6da8bc5076836.tar.bz2
gsoc2013-evolution-d9781c4042da5892a53c986e27d6da8bc5076836.tar.lz
gsoc2013-evolution-d9781c4042da5892a53c986e27d6da8bc5076836.tar.xz
gsoc2013-evolution-d9781c4042da5892a53c986e27d6da8bc5076836.tar.zst
gsoc2013-evolution-d9781c4042da5892a53c986e27d6da8bc5076836.zip
Add e_mail_reader_forward_messages().
Replaces em_utils_forward_messages(). (cherry picked from commit a27c70e42741771b43d264f17b14c4674d0e51a7) Conflicts: mail/e-mail-reader-utils.h
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 e79c0aaf62..4bcc42004e 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
@@ -47,10 +47,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