diff options
author | thomascube <thomas@roundcube.net> | 2008-08-14 11:27:16 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-08-14 11:27:16 +0000 |
commit | ac5d15de2946cbd8988c11de0f218aeb1acf58dc (patch) | |
tree | e706d0dd67aec6e0ada752bb9bf5531622a8cf03 /program/steps/mail/show.inc | |
parent | 43a27409ccbdd1ec4a50d14a42064892f3863671 (diff) |
Added template object for current mailbox name (#1485256)
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 ef88c7baf..4256458d3 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -194,6 +194,7 @@ function rcmail_remote_objects_msg($attrib) $OUTPUT->add_handlers(array( 'messageattachments' => 'rcmail_message_attachments', + 'mailboxname' => 'rcmail_mailbox_name_display', 'blockedobjects' => 'rcmail_remote_objects_msg')); |