Changeset a4f7780 in github


Ignore:
Timestamp:
Mar 5, 2010 7:57:58 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
8ee7767
Parents:
e576f25
Message:
  • Fix check_recent action when skip_deleted=true (#1486535)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.php

    rf1ce516 ra4f7780  
    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.