v1.1.2
------
+[mms] Ignore 'compose_html' preference in IMP (Bug #8415) (Requires IMP 4.3.5).
+[mms] Fix showing Cc and Bcc fields (Bug #8167).
[cjh] Implement custom menu items (Bug #7630).
$msg_post = '';
}
- $compose_html = $GLOBALS['prefs']->getValue('compose_html');
+ $compose_html = (($_SESSION['imp']['view'] != 'mimp') && $GLOBALS['prefs']->getValue('compose_html'));
$msg_text = $this->_getMessageText($contents, array(
'html' => ($GLOBALS['prefs']->getValue('reply_format') || $compose_html),
" -----\n" . $this->_getMsgHeaders($h) . "\n";
$msg_post = "\n\n----- " . _("End forwarded message") . " -----\n";
- $compose_html = $GLOBALS['prefs']->getValue('compose_html');
+ $compose_html = (($_SESSION['imp']['view'] != 'mimp') && $GLOBALS['prefs']->getValue('compose_html'));
$msg_text = $this->_getMessageText($contents, array(
'html' => ($GLOBALS['prefs']->getValue('reply_format') || $compose_html),