diff options
author | Thomas <tb@woodcrest.local> | 2013-10-09 12:04:17 +0200 |
---|---|---|
committer | Thomas <tb@woodcrest.local> | 2013-10-09 12:04:17 +0200 |
commit | f540f86d19ae1d374ba3c78fe11eaf3f771af150 (patch) | |
tree | 6e476ed01ed962a9e8fb638e5c60e9c04aecebfc /program/js/app.js | |
parent | d016dcc6f6a3daf8c19e2ececd3c676cd274381a (diff) |
Prepare message list to display IMAP folder
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index 43ab7be17..1d59794d7 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -5998,8 +5998,10 @@ function rcube_webmail() if ((n = $.inArray('status', this.env.coltypes)) >= 0) this.env.status_col = n; - if (list) + if (list) { + list.hide_column('folder', !(this.env.search_request || this.env.search_id)); list.init_header(); + } }; // replace content of row count display |