[evolution-patches] #54920: Lost message attachments.



Hi, please help see this patch.
        
* bug description:
        http://bugzilla.ximian.com/show_bug.cgi?id=54920

* why this happen?
	The message attachments was not handled.

* changes
        /composer/e-msg-composer.c

This patch is both for 1.5
Index: e-msg-composer.c
===================================================================
RCS file: /cvs/gnome/evolution/composer/e-msg-composer.c,v
retrieving revision 1.439
diff -u -r1.439 e-msg-composer.c
--- e-msg-composer.c	17 Feb 2004 13:09:01 -0000	1.439
+++ e-msg-composer.c	27 Feb 2004 05:36:02 -0000
@@ -3371,7 +3371,7 @@
 		    camel_mime_part_get_content_location (mime_part))
 			e_msg_composer_add_inline_image_from_mime_part (composer, mime_part);
 	} else if (CAMEL_IS_MIME_MESSAGE (wrapper)) {
-		/* do nothing */
+		e_msg_composer_attach (composer, mime_part);
 	} else if (related && camel_content_type_is (content_type, "image", "*")) {
 		e_msg_composer_add_inline_image_from_mime_part (composer, mime_part);
 	} else {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]