remove managesieve plugin

This commit is contained in:
Sebastian Hugentobler 2022-09-11 12:52:13 +02:00
parent eadb3c5aaa
commit 7e87ef3ea2
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

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