summaryrefslogtreecommitdiff
path: root/roundcubemail/program
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-03 06:29:58 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-03 06:29:58 +0000
commit2793c04edada09b3161dcbb4c1ed000e0f724097 (patch)
tree5e3410963cb240172f65c879270be089b2db45ef /roundcubemail/program
parent27f2202c5c093d493876b592ef1019928fe08aa0 (diff)
-revert r1920 (as it breaks some things)
git-svn-id: https://svn.roundcube.net/trunk@1924 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program')
-rw-r--r--roundcubemail/program/js/app.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js
index ce2b4f966..b7a3ed51c 100644
--- a/roundcubemail/program/js/app.js
+++ b/roundcubemail/program/js/app.js
@@ -533,8 +533,7 @@ function rcube_webmail()
if (this.env.search_request<0 || (props != '' && (this.env.search_request && props != this.env.mailbox)))
this.reset_qsearch();
- if (props != this.env.mailbox)
- this.list_mailbox(props);
+ this.list_mailbox(props);
if (this.env.trash_mailbox)
this.set_alttext('delete', this.env.mailbox != this.env.trash_mailbox ? 'movemessagetotrash' : 'deletemessage');