From ac5d15de2946cbd8988c11de0f218aeb1acf58dc Mon Sep 17 00:00:00 2001 From: thomascube Date: Thu, 14 Aug 2008 11:27:16 +0000 Subject: Added template object for current mailbox name (#1485256) --- program/steps/mail/list.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'program/steps/mail/list.inc') 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 -- cgit v1.2.3