diff options
author | alecpl <alec@alec.pl> | 2010-10-23 17:38:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-10-23 17:38:32 +0000 |
commit | 80bc55e0dc088d94720271b95e19778bd72bd3c7 (patch) | |
tree | 835800f1d233ce8defce07ed8a037960d6c361fe /program/steps/mail/show.inc | |
parent | 4dd4172421fd16c5a84f4a80f626672a91d343f0 (diff) |
- Fix parent folder with unread subfolder not bold when message is open (#1487078)
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index c3046f634..a5df3475d 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -49,6 +49,7 @@ if ($uid = get_input_value('_uid', RCUBE_INPUT_GET)) { $OUTPUT->set_env('safemode', $MESSAGE->is_safe); $OUTPUT->set_env('sender', $MESSAGE->sender['string']); $OUTPUT->set_env('permaurl', rcmail_url('show', array('_uid' => $MESSAGE->uid, '_mbox' => $mbox_name))); + $OUTPUT->set_env('delimiter', $IMAP->get_hierarchy_delimiter()); $OUTPUT->set_env('mailbox', $mbox_name); if ($CONFIG['trash_mbox']) |