aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r--mail/em-utils.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c
index 1225604bd7..5f6236f1cc 100644
--- a/mail/em-utils.c
+++ b/mail/em-utils.c
@@ -538,12 +538,13 @@ forward_non_attached (GPtrArray *messages, int style)
if (text) {
composer = create_new_composer ();
e_msg_composer_set_headers (composer, NULL, NULL, NULL, NULL, subject);
- e_msg_composer_set_body_text (composer, text);
-
+
wrapper = camel_medium_get_content_object (CAMEL_MEDIUM (message));
if (CAMEL_IS_MULTIPART (wrapper))
e_msg_composer_add_message_attachments (composer, message, FALSE);
-
+
+ e_msg_composer_set_body_text (composer, text);
+
e_msg_composer_unset_changed (composer);
e_msg_composer_drop_editor_undo (composer);