From ac6b87c4a27c3ca7491af7f159778f333050519e Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 27 Mar 2006 14:07:13 -0500 Subject: [PATCH] Improved search function --- program/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index 81eaef3..d2bf41e 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -575,7 +575,7 @@ case 'list': if (this.task=='mail') { - if (this.env.search_request && props != this.env.mailbox) + if (this.env.search_request<0 || (this.env.search_request && props != this.env.mailbox)) this.reset_qsearch(); this.list_mailbox(props); } -- Gitblit v1.9.1