From a403cdacf07656c0bbeb2c6bf00557070ef826ba Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Tue, 04 Apr 2006 17:40:13 -0400 Subject: [PATCH] Added Lithuanian localization --- 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