diff options
author | alecpl <alec@alec.pl> | 2011-09-04 07:26:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-09-04 07:26:58 +0000 |
commit | 5271bf090cc7a164fef269e2656cf5232d0557f8 (patch) | |
tree | 2cd17677c4eb3fd84856099f4464e80d4aaf08b6 /program/js/app.js | |
parent | 1c952a890280d16edfe3a18c8a727c824e64f634 (diff) |
- Fix all messages remain selected after moving all search results and clearing search (#1488066)
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js index e598dba8c..e671ce434 100644 --- a/program/js/app.js +++ b/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); |