From f3ec778c65a86ebd0f440d2cf1e8cba96f52370b Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 20 Sep 2011 19:20:29 +0000 Subject: - Fix sorting of messages on servers without SORT and THREAD command --- program/include/rcube_imap.php | 1 - 1 file changed, 1 deletion(-) (limited to 'program/include') diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php index 03dc90a0c..398803343 100644 --- a/program/include/rcube_imap.php +++ b/program/include/rcube_imap.php @@ -917,7 +917,6 @@ class rcube_imap $msg_index = array_keys($msg_index); list($begin, $end) = $this->_get_message_range(count($msg_index), $page); $msg_index = array_slice($msg_index, $begin, $end-$begin); - $is_uid = true; if ($slice) $msg_index = array_slice($msg_index, ($this->sort_order == 'DESC' ? 0 : -$slice), $slice); -- cgit v1.2.3