From db8110c70d40b4e8864292f94c19248bb5a63b67 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sat, 09 Jun 2012 14:20:59 -0400 Subject: [PATCH] Display attachment icon for multipart/signed messages (#1488525) --- program/js/common.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/program/js/common.js b/program/js/common.js index a1ba878..b6407c5 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -12,8 +12,6 @@ +-----------------------------------------------------------------------+ | Author: Thomas Bruederli <roundcube@gmail.com> | +-----------------------------------------------------------------------+ - - $Id$ */ // Constants @@ -116,6 +114,8 @@ classname += ' chrome'; else if (this.chrome) classname += ' chrome'; + else if (this.mz) + classname += ' mozilla'; if (this.iphone) classname += ' iphone'; -- Gitblit v1.9.1