Aleksander Machniak
2013-03-14 5c26bd49b10a2666df9e4853b0740038b0cc3b88
program/steps/mail/compose.inc
@@ -539,7 +539,7 @@
function rcmail_message_is_html()
{
    global $MESSAGE;
    return ($MESSAGE instanceof rcube_message) && $MESSAGE->has_html_part(false, true);
    return ($MESSAGE instanceof rcube_message) && $MESSAGE->has_html_part(true);
}
function rcmail_prepare_message_body()