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)