diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-04-07 17:01:30 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-04-07 17:01:30 +0200 |
commit | 6dc1a6645168e5e777a3db97b92d360a9e6b0c86 (patch) | |
tree | c2031248d0e3c0ad66729dcabf99ac37292e9a89 /program/steps/mail/func.inc | |
parent | e8cb51669a325a3d5b60fcc37b99d494809bf837 (diff) |
Fix page title and folder selection in search mode
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 0d6f9cdfc..4ff8fcb30 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -420,7 +420,7 @@ function rcmail_js_message_list($a_headers, $insert_top=false, $a_show_cols=null $OUTPUT->command('set_message_coltypes', $a_show_cols, $thead, $smart_col); - if ($multifolder) { + if ($multifolder && $_SESSION['search_scope'] == 'all') { $OUTPUT->command('select_folder', ''); } |