Aleksander Machniak
2012-12-28 830fd2ecbb67c395617e1cc38f343d12af0a2861
program/steps/mail/show.inc
@@ -150,7 +150,7 @@
  if (sizeof($MESSAGE->attachments)) {
    foreach ($MESSAGE->attachments as $attach_prop) {
      $filename = rcmail_attachment_name($attach_prop);
      $filename = rcmail_attachment_name($attach_prop, true);
      if ($PRINT_MODE) {
        $size = $RCMAIL->message_part_size($attach_prop);