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 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/program/js/common.js b/program/js/common.js index 937e8f2..b6407c5 100644 --- a/program/js/common.js +++ b/program/js/common.js @@ -114,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