Eric Appelt wrote:
in rcube_imap.php private function _list_headers
if ($this->sort_field != 'default' &&
remove the line asort($a_index); // ASC
I didn't test thread-patch yet, but this asort() is required in current code, so please don't remove it. If I remove it list sorting doesn't working on servers without SORT capability.