Hi Jason,

thanks for your how-to to disable the spellchecker. What I am facing now is that I still get the red lines under the words but when right-clicking on them I only get a small popup window with cut/copy/paste where I would expect the browsers popup with spellcheck features. In the subject field it works as expected (browser spelcheck)

Am I missing some setting?

thanks

Ruud.

 

 

On Monday, 14 March, 2011 14:43 CET, Jason Thibeault <[email protected]> wrote:
 

I've edited /usr/lib/GNUstep/SOGo/WebServerResources/ckeditor/config.js
to read as follows:

CKEDITOR.editorConfig = function( config )
{
config.uiColor = '#D4D0C8';
config.skin = 'kama';
config.scayt_autoStartup = false;
config.disableNativeSpellChecker = false;
config.removePlugins = "elementspath,maximize,resize,scayt";
};

This removes the option to even choose enabling SCAYT. It also keeps
CKEditor from disabling your browser's built-in spellchecker (if it has
one), so you can use whatever French or Spanish spellcheck functions are
available.

I believe this will be reverted on upgrades to SOGo, but I'm not sure.
I'm planning on rolling this disabling function into my upgrade path as
I can't have my users sending their email out to spellchecker.net.

On 11-03-14 06:00 AM, Dominique wrote:
> Hi,
>
> It would seem the spell check is done only in English (and not even
> correctly). How do you change the spell checker to verify other
> languages (french and Spanish in our case), or remove the spell check
> altogether as it clutters the mail with imaginary spelling errors...
>
> Thanks,
>
> Dominique

--
Jason Thibeault
OLS | IT Manager, Kentville

office 902.690.2249 | cell 902.679.7710 | fax 902.678.7200
email [email protected]
| website
www.onlinesupport.com

Notice This communication, including any attachments, is confidential.
It is intended only for the person or persons to whom it is addressed.
If you have received this e-mail in error, please notify the sender.
Avis Cette communication, y compris tous les attachements, est
confidentielle. On le prévoit seulement pour la personne ou les
personnes à qui il est adressé. Si vous avez reçu cet email par erreur,
informez svp l'expéditeur.
--
[email protected]
https://inverse.ca/sogo/lists


Reply via email to