From ce86f0f14f0cf1bf73f4f6045aea1fa00db432aa Mon Sep 17 00:00:00 2001 From: thomascube Date: Sun, 11 Dec 2011 18:12:33 +0000 Subject: Make string for unread count configureable by skin; add file type classes to attachments list --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js/app.js') diff --git a/program/js/app.js b/program/js/app.js index b6c7d1dfd..da1e241ec 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5624,7 +5624,7 @@ function rcube_webmail() } if (mycount && text_obj.length) - text_obj.html(' ('+mycount+')'); + text_obj.html(this.env.unreadwrap.replace(/%[sd]/, mycount)); else if (text_obj.length) text_obj.remove(); -- cgit v1.2.3