diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-28 15:33:48 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-28 15:33:48 +0100 |
commit | 830fd2ecbb67c395617e1cc38f343d12af0a2861 (patch) | |
tree | 705d0a6aefadb843f1244cbc2e8c7f39d40061a4 /program/steps/mail/show.inc | |
parent | be72fb3597c21ca3aaa058adf41bb72d53d197c7 (diff) |
Display PGP/MIME signature attachments as "Digital Signature" (#1488570)
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 22f4ff4c2..64e628880 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -150,7 +150,7 @@ function rcmail_message_attachments($attrib) 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); |