From 2a9cb300143e41dd3189007a37f244ca96d8eb0d Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 21 May 2008 06:46:55 +0000 Subject: -fix: enable sorting when IMAP server not supports SORT capability --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index cbad9875c..deb7b2f6f 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -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'])) -- cgit v1.2.3