[evolution-patches] forward inline attachments




just enables it again.

- its 2 lines of code, i don't see the point in arguing over it
- it doesn't work for encrypted mails, tough luck
- its a 'regression' from 1.4, although perhaps it should be deprecated.

etc.

--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3444.2.14
diff -u -3 -r1.3444.2.14 ChangeLog
--- mail/ChangeLog	27 Sep 2004 05:21:46 -0000	1.3444.2.14
+++ mail/ChangeLog	28 Sep 2004 02:49:00 -0000
@@ -1,3 +1,9 @@
+2004-09-28  Not Zed  <NotZed Ximian com>
+
+	* em-composer-utils.c (forward_non_attached): put back in the
+	attachment attaching code.  Doesn't work for s/mime and pgp, but
+	why bother arguing about it.
+
 2004-09-21  Not Zed  <NotZed Ximian com>
 
 	** See bug #63521.
Index: mail/em-composer-utils.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-composer-utils.c,v
retrieving revision 1.21.4.1
diff -u -3 -r1.21.4.1 em-composer-utils.c
--- mail/em-composer-utils.c	24 Sep 2004 03:06:01 -0000	1.21.4.1
+++ mail/em-composer-utils.c	28 Sep 2004 02:49:01 -0000
@@ -890,7 +890,10 @@
 		
 		if (text) {
 			composer = create_new_composer (subject, fromuri);
-			
+
+			if (CAMEL_IS_MULTIPART(camel_medium_get_content_object((CamelMedium *)message)))
+				e_msg_composer_add_message_attachments(composer, message, FALSE);
+
 			e_msg_composer_set_body_text (composer, text, len);
 						
 			e_msg_composer_unset_changed (composer);


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