Added search functionality in Admin -> Config

And removed the unused ['capa']['quota']
This commit is contained in:
the-djmaze 2024-02-26 13:26:06 +01:00
parent e1dced8007
commit 886e53bb8f
32 changed files with 82 additions and 30 deletions

View file

@ -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);