From bc2cec2a02d2a059a29f510c8e737d95b2c41947 Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 3 Oct 2008 08:12:46 +0000 Subject: #1485442: set mailbox name in client env in mail/show action git-svn-id: https://svn.roundcube.net/trunk@1928 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/show.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/roundcubemail/program/steps/mail/show.inc b/roundcubemail/program/steps/mail/show.inc index c9999f3aa..941c3cce2 100644 --- a/roundcubemail/program/steps/mail/show.inc +++ b/roundcubemail/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