From: Gonçalo Queirós Date: Fri, 10 Sep 2010 15:04:46 +0000 (+0100) Subject: Ticket #9248: Respect html compose pref when forwarding message as attachment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=6808972472d288a840ecdce79964e3058be1bb17;p=horde.git Ticket #9248: Respect html compose pref when forwarding message as attachment --- 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' ); }