program/steps/mail/compose.inc
@@ -632,7 +632,8 @@ if (!empty($MESSAGE->parts)) { foreach ($MESSAGE->parts as $part) { if ($part->type != 'content' || !$part->size) { // skip no-content and attachment parts (#1488557) if ($part->type != 'content' || !$part->size || $MESSAGE->is_attachment($part)) { continue; }