summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcmail.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-23 12:32:09 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-23 12:32:09 +0000
commit70575a8c248ab1d3a66950ba544cf0f6fe01f610 (patch)
tree3556d4df36d62ececd07d568ef2b05d3962bd0b8 /roundcubemail/program/include/rcmail.php
parent309ad6ba484dff0737c8155127c459090cc096bf (diff)
- sorting by message index - added 'index_sort' option (#1485936)
git-svn-id: https://svn.roundcube.net/trunk@2983 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcmail.php')
-rw-r--r--roundcubemail/program/include/rcmail.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcmail.php b/roundcubemail/program/include/rcmail.php
index f37f841d5..a38845944 100644
--- a/roundcubemail/program/include/rcmail.php
+++ b/roundcubemail/program/include/rcmail.php
@@ -366,6 +366,7 @@ class rcmail
$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')) {