Mercurial > hg > rc2
diff config.inc.php.sample @ 8:bf99236cc5cd default tip
try to recover from upgrade fail
author | Charlie Root |
---|---|
date | Sat, 29 Dec 2018 07:07:34 -0500 |
parents | 4681f974d28b |
children |
line wrap: on
line diff
--- a/config.inc.php.sample Sat Dec 29 06:32:49 2018 -0500 +++ b/config.inc.php.sample Sat Dec 29 07:07:34 2018 -0500 @@ -72,10 +72,14 @@ $config['des_key'] = 'rcmail-!24ByteDESkey*Str'; // List of active plugins (in plugins/ directory) +// Debian: install roundcube-plugins first to have any $config['plugins'] = array( - 'archive', - 'zipdownload', ); // skin name: folder from skins/ $config['skin'] = 'larry'; + +// Disable spellchecking +// Debian: spellshecking needs additional packages to be installed, or calling external APIs +// see defaults.inc.php for additional informations +$config['enable_spellcheck'] = false;