Roundcube Community Forum

Release Support => Pending Issues => Topic started by: mmoreno on May 14, 2014, 06:24:23 AM

Title: Pspell + aspell default language
Post by: mmoreno on May 14, 2014, 06:24:23 AM
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!

Title: Re: Pspell + aspell default language
Post by: mmoreno on May 15, 2014, 03:33:16 AM
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,