From 1e2894f27627cd693ee463bfc26abcea6385f96c Mon Sep 17 00:00:00 2001 From: richs Date: Mon, 9 Mar 2009 21:03:10 +0000 Subject: Fixed check-recent [richs] git-svn-id: https://svn.roundcube.net/trunk@2339 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/index.php | 1 + roundcubemail/program/steps/mail/check_recent.inc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roundcubemail/index.php b/roundcubemail/index.php index 172d57c88..fba7e813c 100644 --- a/roundcubemail/index.php +++ b/roundcubemail/index.php @@ -183,6 +183,7 @@ $action_map = array( 'remove-attachment' => 'attachments.inc', 'display-attachment' => 'attachments.inc', 'upload' => 'attachments.inc', + 'check-recent' => 'check_recent.inc', ), 'addressbook' => array( diff --git a/roundcubemail/program/steps/mail/check_recent.inc b/roundcubemail/program/steps/mail/check_recent.inc index b85a613b3..438e97bdb 100644 --- a/roundcubemail/program/steps/mail/check_recent.inc +++ b/roundcubemail/program/steps/mail/check_recent.inc @@ -66,7 +66,7 @@ foreach ($a_mailboxes as $mbox_name) { } } } - else if ($IMAP->messagecount($mbox_name, 'RECENT', $check_all)) { + else if ($IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)) { $OUTPUT->command('set_unread_count', $mbox_name, $IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)); } } -- cgit v1.2.3