diff options
author | Bill Zhu <bill.zhu@sun.com> | 2004-02-02 12:47:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-02-02 12:47:42 +0800 |
commit | 8e738775adc3e76b60ec07fae2d504efd9f1455a (patch) | |
tree | d41774439b8f750f2837202e54e3028298d5e3b1 /mail/em-utils.c | |
parent | 0583a87a309c8e3b09071d95765bb462f9eec80a (diff) | |
download | gsoc2013-evolution-8e738775adc3e76b60ec07fae2d504efd9f1455a.tar.gz gsoc2013-evolution-8e738775adc3e76b60ec07fae2d504efd9f1455a.tar.zst gsoc2013-evolution-8e738775adc3e76b60ec07fae2d504efd9f1455a.zip |
Fixes for bug #53530
2004-02-01 Bill Zhu <bill.zhu@sun.com>
Fixes for bug #53530
* em-utils.c (em_utils_redirect_message): Removed the duplicate
adding of attachments
svn path=/trunk/; revision=24561
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r-- | mail/em-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index dfce2bab15..2db87f1323 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -714,8 +714,6 @@ em_utils_redirect_message (CamelMimeMessage *message) composer = redirect_get_composer (message); wrapper = camel_medium_get_content_object (CAMEL_MEDIUM (message)); - if (CAMEL_IS_MULTIPART (wrapper)) - e_msg_composer_add_message_attachments (composer, message, FALSE); gtk_widget_show (GTK_WIDGET (composer)); e_msg_composer_unset_changed (composer); |