Update third_party-roundcube.md

Changing from "pspell" to "aspell"
Dieser Commit ist enthalten in:
Andy Harp 2021-09-29 23:23:46 -05:00 committet von GitHub
Ursprung a2ab91bf01
Commit 90ade59264
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)