Aleksander Machniak
2012-07-09 3efc74654a30bd6d0141e1a15a123274408e9be8
program/steps/mail/compose.inc
@@ -629,7 +629,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;
        }