Changeset 5638 in subversion
- Timestamp:
- Dec 21, 2011 1:57:01 PM (18 months ago)
- Location:
- branches/release-0.7
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-0.7/CHANGELOG
r5635 r5638 2 2 =========================== 3 3 4 - Fix searching on IMAP servers without CHARSET specifier support (#1488271) 4 5 - Fix crash with eAccelerator (#1488256) 5 6 - Fix expanding folders during drag&drop (#1488260) -
branches/release-0.7/program/include/rcube_imap.php
r5601 r5638 1723 1723 if ($a_messages === false && $charset && $charset != 'US-ASCII') 1724 1724 $a_messages = $this->conn->search($mailbox, 1725 'CHARSET US-ASCII ' .$this->convert_criteria($criteria, $charset));1725 $this->convert_criteria($criteria, $charset)); 1726 1726 1727 1727 // I didn't found that SEARCH should return sorted IDs
Note: See TracChangeset
for help on using the changeset viewer.
