Thomas Bruederli
2012-07-12 3f9518f0a7e49ec259299093ae63f7de5b2f430e
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;
        }