Aleksander Machniak
2012-07-09 84dfbf541f66a552e9f2d21dbc717df493f0a3b2
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;
        }