mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Added search functionality in Admin -> Config
And removed the unused ['capa']['quota']
This commit is contained in:
parent
e1dced8007
commit
886e53bb8f
32 changed files with 82 additions and 30 deletions
|
|
@ -76,7 +76,7 @@ trait Messages
|
|||
$oParams->oCacher = $this->Cacher($oAccount);
|
||||
}
|
||||
|
||||
// $oParams->bUseSort = $this->ImapClient->hasCapability('SORT');
|
||||
// $oParams->bUseSort = $this->ImapClient()->hasCapability('SORT');
|
||||
$oParams->bUseSort = true;
|
||||
|
||||
$oSettingsLocal = $this->SettingsProvider(true)->Load($oAccount);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue