diff --git a/plugins/kolab/index.php b/plugins/kolab/index.php index c6dcdc0e5..8b5c5aef1 100644 --- a/plugins/kolab/index.php +++ b/plugins/kolab/index.php @@ -58,7 +58,7 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin public function FilterAppData($bAdmin, &$aResult) : void { // if ImapClient->IsSupported('METADATA') - if (\is_array($aResult) && !empty($aResult['Auth'])) { + if (!$bAdmin && \is_array($aResult) && !empty($aResult['Auth'])) { $aResult['Capa']['Kolab'] = true; $aResult['KolabContactFolder'] = (string) $this->Settings()->GetConf('KolabContactFolder', ''); }