From 80bc55e0dc088d94720271b95e19778bd72bd3c7 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Sat, 23 Oct 2010 13:38:32 -0400 Subject: [PATCH] - Fix parent folder with unread subfolder not bold when message is open (#1487078) --- 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 c3046f6..a5df347 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -49,6 +49,7 @@ $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']) -- Gitblit v1.9.1