Roundcube Community Forum

 

Pspell + aspell default language

Started by mmoreno, May 14, 2014, 06:24:23 AM

Previous topic - Next topic

mmoreno

Hi all,

I configured Pspell using the aspel dictionary but when I try to check the spelling of a mail I must select the language. I only installed the Portugues dictionary and I only can check this one at the language selection but I would want to have the language set by default. Any clue?

$rcmail_config['enable_spellcheck'] = true;
$rcmail_config['spellcheck_dictionary'] = false;
$rcmail_config['spellcheck_engine'] = 'pspell';
$rcmail_config['spellcheck_uri'] = '';

$rcmail_config['spellcheck_languages'] = array('pt_PT'=>'Português');

Thanks!


mmoreno

BTW,

Is Roundcube+pspell able to check the spelling of the Subject?

It's working fine in the body but I'm not sure if I could configure something to also check the mail subject.

Regards,