pull/5964/merge
Aleksander Machniak 4 years ago
parent 14a8a99ee2
commit a47c558df4

@ -953,7 +953,7 @@ function rcmail_write_compose_attachments(&$message, $bodyIsHtml, &$message_body
}
if (
$part->disposition == 'attachments'
$part->disposition == 'attachment'
|| ($part->disposition == 'inline' && $bodyIsHtml)
|| $part->filename
|| $part->mimetype == 'message/rfc822'

Loading…
Cancel
Save