summaryrefslogtreecommitdiff
path: root/program/steps/mail/list.inc
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-08-14 11:27:16 +0000
committerthomascube <thomas@roundcube.net>2008-08-14 11:27:16 +0000
commitac5d15de2946cbd8988c11de0f218aeb1acf58dc (patch)
treee706d0dd67aec6e0ada752bb9bf5531622a8cf03 /program/steps/mail/list.inc
parent43a27409ccbdd1ec4a50d14a42064892f3863671 (diff)
Added template object for current mailbox name (#1485256)
Diffstat (limited to 'program/steps/mail/list.inc')
-rw-r--r--program/steps/mail/list.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc
index e2fafc2fc..e09919cb2 100644
--- a/program/steps/mail/list.inc
+++ b/program/steps/mail/list.inc
@@ -51,6 +51,8 @@ $pages = ceil($count/$IMAP->page_size);
$OUTPUT->set_env('messagecount', $count);
$OUTPUT->set_env('pagecount', $pages);
$OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($count));
+$OUTPUT->command('set_mailboxname', rcmail_get_mailbox_name_text());
+
// add message rows