-fix: enable sorting when IMAP server not supports SORT capability

release-0.6
alecpl 16 years ago
parent 3f91205334
commit 2a9cb30014

@ -134,7 +134,7 @@ function rcmail_message_list($attrib)
// make sort links
$sort = '';
if ($IMAP->get_capability('sort') && in_array($col, $a_sort_cols))
if (in_array($col, $a_sort_cols))
{
// have buttons configured
if (!empty($attrib['sortdescbutton']) || !empty($attrib['sortascbutton']))

Loading…
Cancel
Save