From ac5d15de2946cbd8988c11de0f218aeb1acf58dc Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 14 Aug 2008 07:27:16 -0400
Subject: [PATCH] Added template object for current mailbox name (#1485256)

---
 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 ef88c7b..4256458 100644
--- a/program/steps/mail/show.inc
+++ b/program/steps/mail/show.inc
@@ -194,6 +194,7 @@
 
 $OUTPUT->add_handlers(array(
   'messageattachments' => 'rcmail_message_attachments',
+  'mailboxname' => 'rcmail_mailbox_name_display',
   'blockedobjects' => 'rcmail_remote_objects_msg'));
 
 

--
Gitblit v1.9.1