mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-11-02 11:07:52 +00:00
Fix roundcube's spellchecker
This commit is contained in:
1
towncrier/newsfragments/2798.bugfix
Normal file
1
towncrier/newsfragments/2798.bugfix
Normal file
@@ -0,0 +1 @@
|
||||
Allow other supported languages in Roundcube's spellchecker
|
||||
@@ -13,6 +13,7 @@ $config['log_driver'] = 'stdout';
|
||||
$config['zipdownload_selection'] = true;
|
||||
$config['enable_spellcheck'] = true;
|
||||
$config['spellcheck_engine'] = 'pspell';
|
||||
$config['spellcheck_languages'] = array('en'=>'English (US)', 'en'=>'English (UK)', 'de'=>'Deutsch', 'fr'=>'French', 'ru'=>'Russian');
|
||||
$config['session_lifetime'] = {{ (((PERMANENT_SESSION_LIFETIME | default(10800)) | int)/3600) | int }};
|
||||
$config['request_path'] = '{{ WEB_WEBMAIL or "none" }}';
|
||||
$config['trusted_host_patterns'] = [ {{ HOSTNAMES.split(",") | map("tojson") | join(',') }}];
|
||||
|
||||
Reference in New Issue
Block a user