[evolution] Bug 323142 - Signature missing when handling mailto: URI with body part



commit 5f49fa2561433c08a1f0450365b764ebfff3f611
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Aug 12 12:22:14 2010 -0400

    Bug 323142 - Signature missing when handling mailto: URI with body part

 composer/e-msg-composer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index b83e9d1..11c20e2 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -3470,7 +3470,7 @@ handle_mailto (EMsgComposer *composer, const gchar *mailto)
 		gchar *htmlbody;
 
 		htmlbody = camel_text_to_html (body, CAMEL_MIME_FILTER_TOHTML_PRE, 0);
-		set_editor_text (composer, htmlbody, FALSE);
+		set_editor_text (composer, htmlbody, TRUE);
 		g_free (htmlbody);
 	}
 }



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