diff options
author | Thomas <tb@woodcrest.local> | 2013-10-09 12:04:17 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-01-16 11:21:59 +0100 |
commit | 628706acdcb973154161b5862c30ce706a08455a (patch) | |
tree | dba7b1aa74bae7ff562da785d6ede479a0c1218e /program/js/app.js | |
parent | 017c4f19fd91aa1f658131fae272617a14598a12 (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 654faa024..55387c0ed 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -6399,8 +6399,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 |