Changeset 3329 in subversion


Ignore:
Timestamp:
Mar 5, 2010 7:57:58 AM (3 years ago)
Author:
alec
Message:
  • Fix check_recent action when skip_deleted=true (#1486535)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r3318 r3329  
    516516      $index = $this->_search_index($mailbox, $search_str); 
    517517      $count = is_array($index) ? count($index) : 0; 
     518 
     519      if ($mode == 'ALL') 
     520        $_SESSION['maxuid'][$mailbox] = $index ? $this->_id2uid(max($index)) : 0; 
    518521      } 
    519522    else { 
Note: See TracChangeset for help on using the changeset viewer.