mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-04 15:24:02 +01:00
Allow plugins to override message compose mode
This commit is contained in:
@@ -646,7 +646,7 @@ function rcmail_prepare_message_body()
|
||||
}
|
||||
else if ($COMPOSE['param']['body']) {
|
||||
$body = $COMPOSE['param']['body'];
|
||||
$isHtml = false;
|
||||
$isHtml = (bool) $COMPOSE['param']['html'];
|
||||
}
|
||||
// forward as attachment
|
||||
else if ($compose_mode == RCUBE_COMPOSE_FORWARD && $COMPOSE['as_attachment']) {
|
||||
|
||||
Reference in New Issue
Block a user