From 7b46a3fe4fe3f6079609765ba1f3435be59f5027 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 8 Oct 2010 10:18:32 +0000 Subject: - Add (different) attachment icon for messages of type multipart/report (#1486165) git-svn-id: https://svn.roundcube.net/trunk@4064 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/program') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 618e07404..b4d980742 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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