svncommit
2006-06-30 25d8ba63b3c4831050e5d190cd42cf2b0b0f3a30
program/include/rcube_imap.inc
@@ -1060,8 +1060,8 @@
      $start_index = 100000;
      foreach ($a_uids as $uid)
        {
        $index = array_search($uid, $a_cache_index);
        $start_index = min($index, $start_index);
        if(($index = array_search($uid, $a_cache_index)) !== FALSE)
     $start_index = min($index, $start_index);
        }
      // clear cache from the lowest index on