summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-01-20 15:53:28 +0100
committerThomas Bruederli <thomas@roundcube.net>2014-01-20 15:53:28 +0100
commit19262e6eab19951393154d8e52fe141c63b5cd5d (patch)
tree7763901fd7135c7afd881b31c7dba02bebd740c1 /program/js
parent1d6082c5e2ad4f12986c59fee49bec5bc68bd829 (diff)
Code cleanup: remove duplicated code, don't trigger multi-folder search on simple filter requests
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index e276f6f96..675372107 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -6422,7 +6422,7 @@ function rcube_webmail()
this.env.status_col = n;
if (list) {
- list.hide_column('folder', !(this.env.search_request || this.env.search_id));
+ list.hide_column('folder', !(this.env.search_request || this.env.search_id) || this.env.search_scope == 'base');
list.init_header();
}
};