diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-04 07:26:58 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-04 07:26:58 +0000 |
| commit | 93408850ae075e4c11e1880ded07e74a3df3a43f (patch) | |
| tree | a0dc7c6729b358a240d4284ca9ae55112b4f7415 | |
| parent | deb87bcc236481818c66272e8bd7b57bdbe74f93 (diff) | |
- Fix all messages remain selected after moving all search results and clearing search (#1488066)
git-svn-id: https://svn.roundcube.net/trunk@5157 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index e598dba8c..e671ce434 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -991,7 +991,9 @@ function rcube_webmail() // reset quicksearch case 'reset-search': var n, s = this.env.search_request || this.env.qsearch; + this.reset_qsearch(); + this.select_all_mode = false; if (s && this.env.mailbox) this.list_mailbox(this.env.mailbox); |
