summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/check_recent.inc
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-05 21:39:08 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-05 21:39:08 +0000
commit38ac1065601a6c780d0092aca93c9d5eeab5b07d (patch)
tree97fd7dcec461507e824ea076471dfac66ae6340c /roundcubemail/program/steps/mail/check_recent.inc
parent9bd59469580d4a090d4af2595e63b20dadf9c0ac (diff)
Applied patch for updating page title (#1484727, #1484650)
git-svn-id: https://svn.roundcube.net/trunk@1019 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/check_recent.inc')
-rw-r--r--roundcubemail/program/steps/mail/check_recent.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/check_recent.inc b/roundcubemail/program/steps/mail/check_recent.inc
index a392cd0e6..3e0301613 100644
--- a/roundcubemail/program/steps/mail/check_recent.inc
+++ b/roundcubemail/program/steps/mail/check_recent.inc
@@ -35,7 +35,7 @@ foreach ($a_mailboxes as $mbox_name)
$unread_count = $IMAP->messagecount(NULL, 'UNSEEN', TRUE);
$OUTPUT->set_env('messagecount', $IMAP->messagecount());
- $OUTPUT->command('set_unread_count', $mbox_name, $unread_count, true);
+ $OUTPUT->command('set_unread_count', $mbox_name, $unread_count, ($mbox_name == 'INBOX'));
$OUTPUT->command('set_rowcount', rcmail_get_messagecount_text());
$OUTPUT->command('set_quota', $IMAP->get_quota());