Merge pull request #302 from apharp/patch-1

Update Roundcube doc to fix spellcheck config
Dieser Commit ist enthalten in:
Peter 2021-09-30 19:46:38 +02:00 committet von GitHub
Commit 533ac6ead7
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -43,7 +43,7 @@ $config['plugins'] = array(
'archive',
'managesieve'
);
$config['spellcheck_engine'] = 'pspell';
$config['spellcheck_engine'] = 'aspell';
$config['mime_types'] = '/tmp/mime.types';
$config['imap_conn_options'] = array(
'ssl' => array('verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true)