thomascube
2008-06-20 2da368e6633ae4dec5d9b02ec3f4b693ffc9fb76
program/steps/mail/func.inc
@@ -752,10 +752,10 @@
  // list images after mail body
  if (get_boolean($attrib['showimages']) 
   && $CONFIG['inline_images']
   && $ctype_primary == 'multipart'
        && !empty($MESSAGE->attachments)
   && !strstr($message_body, '<html'))
      && $CONFIG['inline_images']
      && $ctype_primary == 'multipart'
      && !empty($MESSAGE->attachments)
      && !strstr($message_body, '<html'))
    {
    foreach ($MESSAGE->attachments as $attach_prop) {
      if (strpos($attach_prop->mimetype, 'image/') === 0) {