program/lib/Roundcube/rcube_imap.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/rcube_imap.php
@@ -3952,7 +3952,9 @@ // @TODO: Honor MAXSIZE and DEPTH options foreach ($queries as $attrib => $entry) { if ($result = $this->conn->getAnnotation($folder, $entry, $attrib)) { $res = array_merge_recursive($res, $result); foreach ($result as $folder => $data) { $res[$folder] = array_merge((array) $res[$folder], $data); } } } }