From 2cc1cac7726cdf00ea1134ddd0ee0e83e2997f1e Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 3 Oct 2008 08:12:46 +0000 Subject: #1485442: set mailbox name in client env in mail/show action --- program/steps/mail/show.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/steps') diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index c9999f3aa..941c3cce2 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -74,6 +74,7 @@ if ($_GET['_uid']) { $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('mailbox', $mbox_name); // check for unset disposition notification if ($MESSAGE->headers->mdn_to && -- cgit v1.2.3