From: Michael M Slusarz Date: Wed, 21 Oct 2009 08:12:44 +0000 (-0600) Subject: Fix filtering X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e37c9dd4b8e80a5c187badea620eb147be422f3b;p=horde.git Fix filtering --- diff --git a/imp/js/DimpBase.js b/imp/js/DimpBase.js index d80566a2e..3359509d4 100644 --- a/imp/js/DimpBase.js +++ b/imp/js/DimpBase.js @@ -416,7 +416,7 @@ var DimpBase = { // Callbacks onAjaxRequest: function(id) { var p = $H(); - if (this.isSearch(id, true) && $('qsearch_input').visible()) { + if (this.folderswitch && this.isSearch(id, true)) { p.set('qsearchmbox', this.search.mbox); if (this.search.flag) { p.update({ qsearchflag: this.search.flag, qsearchflagnot: Number(this.search.not) });