Changeset 5244 in subversion
- Timestamp:
- Sep 19, 2011 12:15:36 PM (20 months 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
r5240 r5244 1506 1506 if (!$sort_field) { 1507 1507 if ($this->skip_deleted) { 1508 $a_index = $this->_search_index($mailbox, 'ALL'); 1508 $a_index = $this->conn->search($mailbox, 'ALL UNDELETED'); 1509 // I didn't found that SEARCH should return sorted IDs 1510 if (is_array($a_index)) 1511 sort($a_index); 1509 1512 } else if ($max = $this->_messagecount($mailbox)) { 1510 1513 $a_index = range(1, $max);
Note: See TracChangeset
for help on using the changeset viewer.
