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

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

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

Loading…
Cancel
Save