From 5271bf090cc7a164fef269e2656cf5232d0557f8 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sun, 04 Sep 2011 03:26:58 -0400 Subject: [PATCH] - Fix all messages remain selected after moving all search results and clearing search (#1488066) --- 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 e598dba..e671ce4 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -991,7 +991,9 @@ // 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); -- Gitblit v1.9.1