Aleksander Machniak
2013-06-25 855c85377d44943ba307d083632c6c5a9f1c98ad
program/lib/Roundcube/rcube_imap_generic.php
@@ -1563,11 +1563,12 @@
        }
        // message IDs
        if (!empty($add))
        if (!empty($add)) {
            $add = $this->compressMessageSet($add);
        }
        list($code, $response) = $this->execute($return_uid ? 'UID SORT' : 'SORT',
            array("($field)", $encoding, 'ALL' . (!empty($add) ? ' '.$add : '')));
            array("($field)", $encoding, !empty($add) ? $add : 'ALL'));
        if ($code != self::ERROR_OK) {
            $response = null;