Changeset b407e79 in github
- Timestamp:
- Oct 24, 2011 12:45:00 PM (19 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 1ae11998
- Parents:
- 0324621
- File:
-
- 1 edited
-
program/include/rcube_imap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_imap.php
rb9787b3 rb407e79 1509 1509 if (is_array($a_index)) 1510 1510 sort($a_index); 1511 } else if ($max = $this->_messagecount($mailbox )) {1511 } else if ($max = $this->_messagecount($mailbox, 'ALL', true, false)) { 1512 1512 $a_index = range(1, $max); 1513 1513 } … … 1695 1695 1696 1696 if ($orig_criteria == 'ALL') { 1697 $max = $this->_messagecount($mailbox );1697 $max = $this->_messagecount($mailbox, 'ALL', true, false); 1698 1698 $a_messages = $max ? range(1, $max) : array(); 1699 1699 }
Note: See TracChangeset
for help on using the changeset viewer.
