diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-09 21:03:10 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-03-09 21:03:10 +0000 |
| commit | 1e2894f27627cd693ee463bfc26abcea6385f96c (patch) | |
| tree | 0d4a420d59bc032698e2c188bfa295d5d160ad64 /roundcubemail/program/steps/mail | |
| parent | 46b3b3614a3daeb645a5303aa81040d18b555bd3 (diff) | |
Fixed check-recent [richs]
git-svn-id: https://svn.roundcube.net/trunk@2339 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
| -rw-r--r-- | roundcubemail/program/steps/mail/check_recent.inc | 2 |
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 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)); } } |
