Changeset 3329 in subversion
- Timestamp:
- Mar 5, 2010 7:57:58 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_imap.php
r3318 r3329 516 516 $index = $this->_search_index($mailbox, $search_str); 517 517 $count = is_array($index) ? count($index) : 0; 518 519 if ($mode == 'ALL') 520 $_SESSION['maxuid'][$mailbox] = $index ? $this->_id2uid(max($index)) : 0; 518 521 } 519 522 else {
Note: See TracChangeset
for help on using the changeset viewer.
