summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-03 06:36:35 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-03 06:36:35 +0000
commit1e80f28d0645a4dd41468cddf60b559ff5634fac (patch)
tree0fb69cf2121c8fe867bda2971b28d98f74bb2369 /roundcubemail/program/steps/mail
parent2793c04edada09b3161dcbb4c1ed000e0f724097 (diff)
- fix "Back to message list" button (#1485440)
git-svn-id: https://svn.roundcube.net/trunk@1925 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
-rw-r--r--roundcubemail/program/steps/mail/compose.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc
index 15d26a260..8f4bc9f9b 100644
--- a/roundcubemail/program/steps/mail/compose.inc
+++ b/roundcubemail/program/steps/mail/compose.inc
@@ -85,7 +85,8 @@ rcube_add_label('nosubject', 'nosenderwarning', 'norecipientwarning', 'nosubject
// add config parameter to client script
$OUTPUT->set_env('draft_autosave', !empty($CONFIG['drafts_mbox']) ? $CONFIG['draft_autosave'] : 0);
-
+// set current mailbox in client environment
+$OUTPUT->set_env('mailbox', $IMAP->get_mailbox_name());
// get reference message and set compose mode
if ($msg_uid = $_SESSION['compose']['param']['_reply_uid'])