From 6808972472d288a840ecdce79964e3058be1bb17 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gon=C3=A7alo=20Queir=C3=B3s?= Date: Fri, 10 Sep 2010 16:04:46 +0100 Subject: [PATCH] Ticket #9248: Respect html compose pref when forwarding message as attachment --- imp/lib/Compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/lib/Compose.php b/imp/lib/Compose.php index 65e3636d0..421222d6e 100644 --- a/imp/lib/Compose.php +++ b/imp/lib/Compose.php @@ -1628,7 +1628,7 @@ class IMP_Compose $ret = array( 'body' => '', 'encoding' => '', - 'format' => 'text' + 'format' => $GLOBALS['prefs']->getValue('compose_html') ? 'html' : 'text' ); } -- 2.11.0