Changeset 1f803b6 in github
- Timestamp:
- Sep 19, 2011 12:15:36 PM (20 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
- Children:
- 3d74c16
- Parents:
- 681e9e6
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
re7e7947 r1f803b6 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.
