From cf1f0f97b23e1d22ee087436edc283da59bfb6ce Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 5 Feb 2008 21:39:08 +0000 Subject: Applied patch for updating page title (#1484727, #1484650) --- program/steps/mail/getunread.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program/steps/mail/getunread.inc') diff --git a/program/steps/mail/getunread.inc b/program/steps/mail/getunread.inc index ae12bc21c..b94a66b57 100644 --- a/program/steps/mail/getunread.inc +++ b/program/steps/mail/getunread.inc @@ -24,7 +24,7 @@ $a_folders = $IMAP->list_mailboxes(); if (!empty($a_folders)) { foreach ($a_folders as $mbox_row) - $OUTPUT->command('set_unread_count', $mbox_row, $IMAP->messagecount($mbox_row, 'UNSEEN')); + $OUTPUT->command('set_unread_count', $mbox_row, $IMAP->messagecount($mbox_row, 'UNSEEN'), ($IMAP->get_mailbox_name() == 'INBOX' && $mbox_row == 'INBOX')); } $OUTPUT->send(); -- cgit v1.2.3