diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-03 08:12:46 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-03 08:12:46 +0000 |
| commit | bc2cec2a02d2a059a29f510c8e737d95b2c41947 (patch) | |
| tree | f1c1f57f3473603e2966563c8754e1f3f76888e7 /roundcubemail/program | |
| parent | f52db33f5b6c2de8a5ddf58287db09c90fdddc06 (diff) | |
#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
Diffstat (limited to 'roundcubemail/program')
| -rw-r--r-- | roundcubemail/program/steps/mail/show.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 && |
