From 5271bf090cc7a164fef269e2656cf5232d0557f8 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sun, 4 Sep 2011 07:26:58 +0000 Subject: - Fix all messages remain selected after moving all search results and clearing search (#1488066) --- program/js/app.js | 2 ++ 1 file changed, 2 insertions(+) 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); -- cgit v1.2.3