Update third_party-roundcube.md
Changing from "pspell" to "aspell"
Dieser Commit ist enthalten in:
Ursprung
a2ab91bf01
Commit
90ade59264
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
|
@ -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)
|
||||
|
|
Laden …
In neuem Issue referenzieren