From 80bc55e0dc088d94720271b95e19778bd72bd3c7 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 23 Oct 2010 17:38:32 +0000 Subject: - Fix parent folder with unread subfolder not bold when message is open (#1487078) --- program/steps/mail/show.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/steps/mail/show.inc') 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']) -- cgit v1.2.3