From 93408850ae075e4c11e1880ded07e74a3df3a43f Mon Sep 17 00:00:00 2001 From: alec Date: Sun, 4 Sep 2011 07:26:58 +0000 Subject: - 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 --- roundcubemail/program/js/app.js | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3