Changeset 2259 in subversion
- Timestamp:
- Jan 23, 2009 2:09:57 PM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2256 r2259 7 7 - Fix parsing of email addresses without angle brackets (#1485693) 8 8 - Save spellcheck corrections when switching from plain to html editor (and spellchecking is on) 9 - Fix large search results on server without SORT capability (#1485668) 9 10 10 11 2009/01/22 (thomasb) -
trunk/roundcubemail/program/include/rcube_imap.php
r2253 r2259 688 688 $a_index = $this->message_index($mailbox, $this->sort_field, $this->sort_order); 689 689 // get messages uids for one page... 690 $msgs = array_slice( array_keys($a_index), $start_msg, min($cnt-$start_msg, $this->page_size));690 $msgs = array_slice($a_index, $start_msg, min($cnt-$start_msg, $this->page_size)); 691 691 // ...and fetch headers 692 692 $this->_fetch_headers($mailbox, join(',', $msgs), $a_msg_headers, NULL);
Note: See TracChangeset
for help on using the changeset viewer.
