[Commits] compose.c 1.382.2.607 1.382.2.608

colin at claws-mail.org colin at claws-mail.org
Sun Aug 12 11:53:31 CEST 2012


Update of /home/claws-mail/claws/src
In directory srv:/tmp/cvs-serv16291/src

Modified Files:
      Tag: gtk2
	compose.c 
Log Message:
2012-08-12 [colin]	3.8.1cvs29

	* src/compose.c
		Make sure text/* attachments are not made
		inline, regardless of the compose mode.
		Finishes fixing bug #2203 after auto-save
		switches mode to COMPOSE_REEDIT. Thanks to
		Michael Gmelin for finding this.

Index: compose.c
===================================================================
RCS file: /home/claws-mail/claws/src/compose.c,v
retrieving revision 1.382.2.607
retrieving revision 1.382.2.608
diff -u -d -r1.382.2.607 -r1.382.2.608
--- compose.c	5 Aug 2012 12:40:20 -0000	1.382.2.607
+++ compose.c	12 Aug 2012 09:53:29 -0000	1.382.2.608
@@ -6069,7 +6069,7 @@
 		    !g_ascii_strcasecmp(mimepart->subtype, "rfc822")) {
 			mimepart->disposition = DISPOSITIONTYPE_INLINE;
 		} else if (mimepart->type == MIMETYPE_TEXT) {
-			if (!ainfo->name && compose->mode == COMPOSE_FORWARD_INLINE) {
+			if (!ainfo->name) {
 				/* Text parts with no name come from multipart/alternative
 				* forwards. Make sure the recipient won't look at the 
 				* original HTML part by mistake. */



More information about the Commits mailing list