From ac6b87c4a27c3ca7491af7f159778f333050519e Mon Sep 17 00:00:00 2001 From: thomascube Date: Mon, 27 Mar 2006 19:07:13 +0000 Subject: Improved search function --- program/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/js') diff --git a/program/js/app.js b/program/js/app.js index 81eaef39e..d2bf41e58 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -575,7 +575,7 @@ function rcube_webmail() 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); } -- cgit v1.2.3