program/include/rcube_imap_generic.php
@@ -1557,6 +1557,11 @@ } if (!$this->select($mailbox)) { } // RFC 5957: SORT=DISPLAY if (($field == 'FROM' || $field == 'TO') && $this->getCapability('SORT=DISPLAY')) { $field = 'DISPLAY' . $field; return null; }