diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-13 14:42:11 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-13 14:42:11 +0100 |
commit | 5aed9a9a379e8324793fe107255f3467aa06ef31 (patch) | |
tree | 7e44f1bb7550be7896bfe9e4f83c709db2c8d132 /program/steps/mail/list.inc | |
parent | 5b15700d11f7f1338039a436d5c911d297b4ac56 (diff) | |
parent | 04689fa7ee89c29b57278a354b39d9ee5397a442 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps/mail/list.inc')
-rw-r--r-- | program/steps/mail/list.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc index b433f81fc..b8c3ee021 100644 --- a/program/steps/mail/list.inc +++ b/program/steps/mail/list.inc @@ -95,6 +95,7 @@ $OUTPUT->set_env('messagecount', $count); $OUTPUT->set_env('pagecount', $pages); $OUTPUT->set_env('threading', $threading); $OUTPUT->set_env('current_page', $count ? $RCMAIL->storage->get_page() : 1); +$OUTPUT->set_env('exists', $RCMAIL->storage->count($mbox_name, 'EXISTS')); $OUTPUT->command('set_rowcount', rcmail_get_messagecount_text($count), $mbox_name); $OUTPUT->command('set_mailboxname', rcmail_get_mailbox_name_text()); |