From 083b33000fa063e11863e0b1f68e586adf4e1384 Mon Sep 17 00:00:00 2001 From: roundcube Date: Tue, 4 Oct 2005 20:28:01 +0000 Subject: Added new languages, hierarchical folder tree and attachments in forwarded messages git-svn-id: https://svn.roundcube.net/trunk@20 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/js/app.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/js') diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index 87fd25572..30d870475 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1985,9 +1985,11 @@ function rcube_webmail() var item, reg, text_obj; var s_mbox = String(mbox).toLowerCase().replace(this.mbox_expression, ''); var s_current = this.env.mailbox.toLowerCase().replace(this.mbox_expression, ''); - for (var n=0; n=0) this.set_classname(item, 'selected', true); else if (item.className && item.className.indexOf('mailbox '+s_current)>=0) -- cgit v1.2.3