summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-05-21 06:46:55 +0000
committeralecpl <alec@alec.pl>2008-05-21 06:46:55 +0000
commit2a9cb300143e41dd3189007a37f244ca96d8eb0d (patch)
tree22ea2fc213be61813dfe240116946955422d5036 /program/steps
parent3f91205334eca0a86e46a3b44e56b6a43d341b5b (diff)
-fix: enable sorting when IMAP server not supports SORT capability
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
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']))