From f3ec778c65a86ebd0f440d2cf1e8cba96f52370b Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Tue, 20 Sep 2011 15:20:29 -0400
Subject: [PATCH] - Fix sorting of messages on servers without SORT and THREAD command

---
 program/include/rcube_imap.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php
index 03dc90a..3988033 100644
--- a/program/include/rcube_imap.php
+++ b/program/include/rcube_imap.php
@@ -917,7 +917,6 @@
             $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);

--
Gitblit v1.9.1