Changeset 2625 in subversion
- Timestamp:
- Jun 8, 2009 1:45:09 PM (4 years 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
r2615 r2625 1007 1007 function _search_index($mailbox, $criteria='ALL', $charset=NULL, $sort_field=NULL) 1008 1008 { 1009 if ($this->skip_deleted && !preg_match('/UNDELETED/', $criteria)) 1010 $criteria = 'UNDELETED '.$criteria; 1011 1009 1012 if ($sort_field && $this->get_capability('sort')) 1010 1013 {
Note: See TracChangeset
for help on using the changeset viewer.
