Changeset 2339 in subversion
- Timestamp:
- Mar 9, 2009 5:03:10 PM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
program/steps/mail/check_recent.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r2242 r2339 184 184 'display-attachment' => 'attachments.inc', 185 185 'upload' => 'attachments.inc', 186 'check-recent' => 'check_recent.inc', 186 187 ), 187 188 -
trunk/roundcubemail/program/steps/mail/check_recent.inc
r2269 r2339 67 67 } 68 68 } 69 else if ($IMAP->messagecount($mbox_name, ' RECENT', $check_all)) {69 else if ($IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)) { 70 70 $OUTPUT->command('set_unread_count', $mbox_name, $IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)); 71 71 }
Note: See TracChangeset
for help on using the changeset viewer.
