From f52c936f4d451a5d3a87d2501aa5a1701cdafde5 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 17 Mar 2010 08:24:09 -0400 Subject: [PATCH] Merged devel-threads branch (r3066:3364) back into trunk --- program/include/rcmail.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/include/rcmail.php b/program/include/rcmail.php index 81f6137..3ea4180 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -410,7 +410,6 @@ $this->imap = new rcube_imap($this->db); $this->imap->debug_level = $this->config->get('debug_level'); $this->imap->skip_deleted = $this->config->get('skip_deleted'); - $this->imap->index_sort = $this->config->get('index_sort', true); // enable caching of imap data if ($this->config->get('enable_caching')) { -- Gitblit v1.9.1