From 6d0b910524fea49fcd9b39053982c4bd8fec0c85 Mon Sep 17 00:00:00 2001 From: Dan Vrátil Date: Wed, 27 Jun 2012 13:16:43 +0200 Subject: Display text/plain in fixed-width font Regression from commit 99a875ed --- em-format/e-mail-formatter-text-plain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/em-format/e-mail-formatter-text-plain.c b/em-format/e-mail-formatter-text-plain.c index 7859a41ab8..dd864e2dfc 100644 --- a/em-format/e-mail-formatter-text-plain.c +++ b/em-format/e-mail-formatter-text-plain.c @@ -113,7 +113,7 @@ emfe_text_plain_format (EMailFormatterExtension *extension, g_object_unref (html_filter); content = g_strdup_printf ( - "
\n", e_color_to_value ((GdkColor *) -- cgit