thomascube
2012-02-01 7fb577bc8f7c0fd24c7d6119bdf87f3cee4a1418
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;
        }