Imap ESEARCH/ESORT helper

This commit is contained in:
RainLoop Team 2014-05-05 22:09:23 +04:00
parent 26cd65d763
commit 29f579dc4e
8 changed files with 159 additions and 38 deletions

View file

@ -3959,7 +3959,8 @@ class Actions
($this->Config()->Get('cache', 'enable', true) && $this->Config()->Get('cache', 'server_uids', false)) ? $this->Cacher() : null,
!!$this->Config()->Get('labs', 'use_imap_sort', false),
$bUseThreads,
$aExpandedThreadUid
$aExpandedThreadUid,
!!$this->Config()->Get('labs', 'use_imap_esearch_esort', false)
);
}
catch (\Exception $oException)

View file

@ -225,7 +225,8 @@ Enables caching in the system'),
'allow_html_editor_source_button' => array(false),
'use_app_debug_js' => array(false),
'use_app_debug_css' => array(false),
'use_imap_sort' => array(false),
'use_imap_sort' => array(true),
'use_imap_esearch_esort' => array(false),
'use_imap_force_selection' => array(false),
'use_imap_list_subscribe' => array(true),
'use_imap_thread' => array(true),