- re-set 'prefer_html' to have possibility to use html part for compose

release-0.6
alecpl 15 years ago
parent 069704b170
commit aae0ad8cb2

@ -85,6 +85,8 @@ else if ($msg_uid = $_SESSION['compose']['param']['_draft_uid']) {
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))

Loading…
Cancel
Save