Added search keywords:

has:(files,files,attachment,attachments), 
   (has,is):(flagged,starred|unflagged,unstarred|read,seen|unread,unseen),
   (larger,size,bigger,minsize): (10K|10M|10G),
   (smaller,maxsize): (10K|10M|10G)

Improved search (gmail special search X-GM-RAW)
Improved uids cache (reducing the number of cached tags)
This commit is contained in:
RainLoop Team 2014-04-23 16:26:18 +04:00
parent db5835a4c3
commit 3da3861545
2 changed files with 156 additions and 28 deletions

View file

@ -174,10 +174,8 @@ class Service
$aData = $this->startUpData($bAdmin);
$bCacheEnabled = $this->oActions->Config()->Get('labs', 'cache_system_data', true);
$sCacheFileName = '';
if ($bCacheEnabled)
if ($this->oActions->Config()->Get('labs', 'cache_system_data', true))
{
$sCacheFileName = 'TMPL:'.$aData['Hash'];
$sResult = $this->oActions->Cacher()->Get($sCacheFileName);