Ignore:
Timestamp:
Sep 23, 2009 8:32:09 AM (4 years ago)
Author:
alec
Message:
  • sorting by message index - added 'index_sort' option (#1485936)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcmail.php

    r2976 r2983  
    367367    $this->imap->debug_level = $this->config->get('debug_level'); 
    368368    $this->imap->skip_deleted = $this->config->get('skip_deleted'); 
     369    $this->imap->index_sort = $this->config->get('index_sort', true); 
    369370 
    370371    // enable caching of imap data 
Note: See TracChangeset for help on using the changeset viewer.