program/include/rcube_imap_generic.php | ●●●●● patch | view | raw | blame | history |
program/include/rcube_imap_generic.php
@@ -1453,7 +1453,7 @@ // Invoke SEARCH as a fallback $index = $this->search($mailbox, 'ALL UNSEEN', false, array('COUNT')); if (!$index->isError()) { if (!$index->is_error()) { return $index->count(); }