diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-03 06:29:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-03 06:29:58 +0000 |
| commit | 2793c04edada09b3161dcbb4c1ed000e0f724097 (patch) | |
| tree | 5e3410963cb240172f65c879270be089b2db45ef /roundcubemail/program/js | |
| parent | 27f2202c5c093d493876b592ef1019928fe08aa0 (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/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 3 |
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'); |
