Aleksander Machniak
2012-12-28 be72fb3597c21ca3aaa058adf41bb72d53d197c7
program/steps/mail/show.inc
@@ -150,10 +150,7 @@
  if (sizeof($MESSAGE->attachments)) {
    foreach ($MESSAGE->attachments as $attach_prop) {
      $filename = $attach_prop->filename;
      if (empty($filename) && $attach_prop->mimetype == 'text/html') {
        $filename = rcube_label('htmlmessage');
      }
      $filename = rcmail_attachment_name($attach_prop);
      if ($PRINT_MODE) {
        $size = $RCMAIL->message_part_size($attach_prop);