Today I wrote a quick script to update to the latest SVN -- but when I started using it I noticed the Spellchecking feature is missing, even though it is still in the CVS version. Was this on purpose? I hope not, I think the spell checking feature is awesome, and I use it constantly.
http://fak3r.com - you don't have to kick it
Hi Phil
The Spellcheck is available in SVN but it now has to be enabled by a new config parameter: $rcmail_config['enable_spellcheck'] = TRUE;
Everything is there as you can see in program/steps/mail/compose.inc, Line 338
Regards, Thomas
phil wrote:
Today I wrote a quick script to update to the latest SVN -- but when I started using it I noticed the Spellchecking feature is missing, even though it is still in the CVS version. Was this on purpose? I hope not, I think the spell checking feature is awesome, and I use it constantly.
P