Sieve filters (beta)

This commit is contained in:
RainLoop Team 2015-01-24 23:09:10 +04:00
parent 94789632f0
commit 929bffccef
45 changed files with 1599 additions and 403 deletions

View file

@ -1025,7 +1025,7 @@ class Actions
*/
private function UseSieve()
{
return false; // TODO
return $this->Config()->Get('capa', 'filters', false);
}
/**