program/include/rcube_result_index.php
@@ -100,7 +100,7 @@ // @TODO: Implement compression using compressMessageSet() in __sleep() and __wakeup() ? // @TODO: work with compressed result?! if (isset($this->params['ALL'])) { $data[$idx] = implode(self::SEPARATOR_ELEMENT, $data_item = implode(self::SEPARATOR_ELEMENT, rcube_imap_generic::uncompressMessageSet($this->params['ALL'])); } } @@ -111,6 +111,8 @@ unset($data[$i]); } $data = array_filter($data); if (empty($data)) { return; }