diff options
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 328e9d0c7..c3046f634 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -172,7 +172,7 @@ function rcmail_message_attachments($attrib) 'return %s.command(\'load-attachment\',{part:\'%s\', mimetype:\'%s\'},this)', JS_OBJECT_NAME, $attach_prop->mime_id, - $attach_prop->mimetype), + rcmail_fix_mimetype($attach_prop->mimetype)), 'title' => Q($title), ), Q($filename))); |