[RCU] SPell Check feature

2012-05-29 Thread jhadley
Please advise how to activate the SPell Check feature in RoundCUbe.  
WHen you click the SPell CHeck icon nothing happens.


 Thank you.

Jean
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] SPell Check feature

2012-05-29 Thread Giles Coochey

On 2012-05-29 15:18, jhad...@sharefoundation.com wrote:

Please advise how to activate the Spell Check feature in RoundCube.
When you click the Spell Check icon nothing happens.



It just works for me.

It says in the config file that you need to be running over SSL (https) 
for it to work.





___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users


Re: [RCU] SPell Check feature

2012-05-29 Thread Claudio Kuenzler
On Tue, May 29, 2012 at 4:18 PM,  wrote:

> Please advise how to activate the SPell Check feature in RoundCUbe.  WHen
> you click the SPell CHeck icon nothing happens.
>

In 0.7.2 the config option looks like this:

// Make use of the built-in spell checker. It is based on GoogieSpell.
// Since Google only accepts connections over https your PHP installatation
// requires to be compiled with Open SSL support
$rcmail_config['enable_spellcheck'] = true;

Is enabled by default I think.


>
>  Thank you.
>
> Jean
> __**_
> Roundcube Users mailing list
> users@lists.roundcube.net
> http://lists.roundcube.net/**mailman/listinfo/users
>
___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users

Re: [RCU] SPell Check feature

2012-06-03 Thread Thomas Bruederli
Giles Coochey wrote:
> On 2012-05-29 15:18, jhad...@sharefoundation.com wrote:
>> Please advise how to activate the Spell Check feature in RoundCube.
>> When you click the Spell Check icon nothing happens.
> 
> It just works for me.
> 
> It says in the config file that you need to be running over SSL (https) 
> for it to work.

That's not correct. You don't need to run over HTTPS but your PHP should
have SSL support enabled because it uses HTTPS to connect to the Google
Spell checking service. Check the error logs
(/logs/errors) to find out about the things going wrong.

~Thomas

___
Roundcube Users mailing list
users@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/users