Changeset 2339 in subversion


Ignore:
Timestamp:
Mar 9, 2009 5:03:10 PM (4 years ago)
Author:
richs
Message:

Fixed check-recent [richs]

Location:
trunk/roundcubemail
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/index.php

    r2242 r2339  
    184184    'display-attachment' => 'attachments.inc', 
    185185    'upload' => 'attachments.inc', 
     186    'check-recent' => 'check_recent.inc', 
    186187  ), 
    187188   
  • trunk/roundcubemail/program/steps/mail/check_recent.inc

    r2269 r2339  
    6767    } 
    6868  } 
    69   else if ($IMAP->messagecount($mbox_name, 'RECENT', $check_all)) { 
     69  else if ($IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)) { 
    7070    $OUTPUT->command('set_unread_count', $mbox_name, $IMAP->messagecount($mbox_name, 'UNSEEN', $check_all)); 
    7171  } 
Note: See TracChangeset for help on using the changeset viewer.