diff options
author | alecpl <alec@alec.pl> | 2008-10-03 06:29:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-03 06:29:58 +0000 |
commit | 2483a886ac672b6263d468009f01dbc8a96b29f0 (patch) | |
tree | b54c136ee0f62ca768a8d50f91804bf7d5ae3eb9 /program/js/app.js | |
parent | 253cc5890dec068d2ca3fb0ea2c36c1d945e8fa5 (diff) |
-revert r1920 (as it breaks some things)
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/js/app.js b/program/js/app.js index ce2b4f966..b7a3ed51c 100644 --- a/program/js/app.js +++ b/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'); |