mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
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:
parent
db5835a4c3
commit
3da3861545
2 changed files with 156 additions and 28 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue