From 32c657ae1f188f2f01261f6c1453e73f75c1de76 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 8 Oct 2010 10:18:32 +0000 Subject: - Add (different) attachment icon for messages of type multipart/report (#1486165) --- program/js/app.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 618e07404..b4d980742 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -1661,6 +1661,8 @@ function rcube_webmail() else if (c == 'attachment') { if (/application\/|multipart\/m/.test(flags.ctype)) html = ' '; + else if (/multipart\/report/.test(flags.ctype)) + html = ' '; else html = ' '; } -- cgit v1.2.3