diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-16 19:44:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-02-16 19:44:11 +0000 |
| commit | c3cb2a10121a4df4c0289d0283db7969fad88b4f (patch) | |
| tree | af35cb21a53d7c723ae7b7020dc0ef18d2b1519e /roundcubemail/program/js | |
| parent | ff5e531ef58b484373815303f339d473af696dba (diff) | |
Wrong way around...
git-svn-id: https://svn.roundcube.net/trunk@486 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index a961af349..0a1afe8af 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -1226,6 +1226,8 @@ function rcube_webmail() page = 1; add_url += '&_refresh=1'; this.env.current_page = page; + if (this.message_list) + this.message_list.clear_selection(); this.show_messageframe(false); } @@ -1238,8 +1240,6 @@ function rcube_webmail() // load message list remotely if (this.gui_objects.messagelist) { - if (mbox != this.env.mailbox) - this.message_list.clear_selection(); this.list_mailbox_remote(mbox, page, add_url); return; } |
