alecpl
2012-04-23 a57f9e2c64a8495ccb89a8b79eba6052483a0ede
program/include/rcube_imap_generic.php
@@ -1650,7 +1650,7 @@
        // If ESEARCH is supported always use ALL
        // but not when items are specified or using simple id2uid search
        if (empty($items) && ((int) $criteria != $criteria)) {
        if (empty($items) && preg_match('/[^0-9]/', $criteria)) {
            $items = array('ALL');
        }