aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-06-02 01:03:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-06-02 01:03:45 +0800
commit541d53c4107cfbba8a4fde4b10d21a6f8f089b74 (patch)
tree8846fe9ccad5b97d17c6f9d9f4aff19a4cc3cd59 /mail/em-composer-utils.c
parente44d368043eea0d8cbf809b35b2fb480fa8fd319 (diff)
downloadgsoc2013-evolution-541d53c4107cfbba8a4fde4b10d21a6f8f089b74.tar
gsoc2013-evolution-541d53c4107cfbba8a4fde4b10d21a6f8f089b74.tar.gz
gsoc2013-evolution-541d53c4107cfbba8a4fde4b10d21a6f8f089b74.tar.bz2
gsoc2013-evolution-541d53c4107cfbba8a4fde4b10d21a6f8f089b74.tar.lz
gsoc2013-evolution-541d53c4107cfbba8a4fde4b10d21a6f8f089b74.tar.xz
gsoc2013-evolution-541d53c4107cfbba8a4fde4b10d21a6f8f089b74.tar.zst
gsoc2013-evolution-541d53c4107cfbba8a4fde4b10d21a6f8f089b74.zip
Don't attach anything ever. This is confusing way too many users who
2004-06-01 Jeffrey Stedfast <fejj@novell.com> * em-composer-utils.c (forward_non_attached): Don't attach anything ever. This is confusing way too many users who expect it to attach all or nothing. Since Forward-Attached is what users should be using to forward a message and all attachments, make these not attach anything (which is what other mailers do anyway). svn path=/trunk/; revision=26145
Diffstat (limited to 'mail/em-composer-utils.c')
-rw-r--r--mail/em-composer-utils.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/em-composer-utils.c b/mail/em-composer-utils.c
index 3e73e682bf..abc758915f 100644
--- a/mail/em-composer-utils.c
+++ b/mail/em-composer-utils.c
@@ -889,11 +889,7 @@ forward_non_attached (GPtrArray *messages, int style, const char *fromuri)
if (text) {
composer = create_new_composer (subject, fromuri);
-
- 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);