From 5f49fa2561433c08a1f0450365b764ebfff3f611 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 12 Aug 2010 12:22:14 -0400 Subject: Bug 323142 - Signature missing when handling mailto: URI with body part --- composer/e-msg-composer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'composer') diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index b83e9d109b..11c20e2adc 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); } } -- cgit