summaryrefslogtreecommitdiff
path: root/program/steps/mail/show.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-10-03 08:12:46 +0000
committeralecpl <alec@alec.pl>2008-10-03 08:12:46 +0000
commit2cc1cac7726cdf00ea1134ddd0ee0e83e2997f1e (patch)
treee4f2390af9c96b7de3abb685986723ae389f8413 /program/steps/mail/show.inc
parentabdc5898b6f2ae39a48afbb464f296419e8ac646 (diff)
#1485442: set mailbox name in client env in mail/show action
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r--program/steps/mail/show.inc1
1 files changed, 1 insertions, 0 deletions
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 &&