From aae0ad8cb20ea30d47a0f575d3e58c80e0f175f5 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 11 Jun 2009 14:47:31 -0400 Subject: [PATCH] - re-set 'prefer_html' to have possibility to use html part for compose --- program/steps/mail/compose.inc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index b0637d3..fbd0cc4 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -85,6 +85,8 @@ if (!empty($msg_uid)) { // similar as in program/steps/mail/show.inc + // re-set 'prefer_html' to have possibility to use html part for compose + $CONFIG['prefer_html'] = $CONFIG['htmleditor']; $MESSAGE = new rcube_message($msg_uid); if (!empty($MESSAGE->headers->charset)) -- Gitblit v1.9.1