From 9e43252f8c93091ae61496e89fd2bedfc9564993 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sat, 9 Jun 2012 20:20:59 +0200 Subject: Display attachment icon for multipart/signed messages (#1488525) --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 584efdd18..8d02f6f39 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1815,7 +1815,7 @@ function rcube_webmail() html = ' '; } else if (c == 'attachment') { - if (/application\/|multipart\/m/.test(flags.ctype)) + if (/application\/|multipart\/(m|signed)/.test(flags.ctype)) html = ' '; else if (/multipart\/report/.test(flags.ctype)) html = ' '; -- cgit v1.2.3