summaryrefslogtreecommitdiff
path: root/program/steps/mail/list.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-05-12 17:05:53 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-05-12 17:05:53 +0200
commitb693dcf4e3981425df7b3cda504cab3966d32ebe (patch)
treecb05dec92cedb623a9737aa6290fd324b01e4d3a /program/steps/mail/list.inc
parent5983ba959db52d232a074414cbb781a784ca916f (diff)
parent618318ba036f083071182e49170abd1b96dd8ba8 (diff)
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps/mail/list.inc')
-rw-r--r--program/steps/mail/list.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc
index c4a6df57b..929dda299 100644
--- a/program/steps/mail/list.inc
+++ b/program/steps/mail/list.inc
@@ -93,7 +93,7 @@ rcmail_send_unread_count($mbox_name, !empty($_REQUEST['_refresh']), $unseen);
// update message count display
$pages = ceil($count/$RCMAIL->storage->get_pagesize());
-$exists = $RCMAIL->storage->count($mbox_name, 'EXISTS');
+$exists = $RCMAIL->storage->count($mbox_name, 'EXISTS', true);
$OUTPUT->set_env('messagecount', $count);
$OUTPUT->set_env('pagecount', $pages);