enable managesieve plugin

This commit is contained in:
Sebastian Hugentobler 2022-01-22 07:25:07 +01:00
parent bb381ec39e
commit 58abf18645
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -35,7 +35,7 @@ $config['username_domain'] = '%d';
$config['username_domain_forced'] = true;
$config['password_charset'] = 'UTF-8';
$config['plugins'] = array('archive', 'zipdownload');
$config['plugins'] = array('archive', 'managesieve', 'zipdownload');
$config['spellcheck_engine'] = 'pspell';
$config['default_charset'] = 'UTF-8';