summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-04-08 16:26:56 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-04-08 16:26:56 +0200
commitf50a66c616bdc46ac0c568e1efdeb979477db4db (patch)
tree1c03b00112ea1155b48b317a37599caa03b82b57 /program/steps/mail/func.inc
parentaafbe8efdca6dfef736e623dd5da83d64ae10aef (diff)
Enable listmode switch if listing is not multi-folder
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index a541fca96..630086a68 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -393,6 +393,8 @@ function rcmail_js_message_list($a_headers, $insert_top=false, $a_show_cols=null
$OUTPUT->command('select_folder', '');
}
+ $OUTPUT->set_env('multifolder_listing', $multifolder);
+
if (empty($a_headers)) {
return;
}