﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1488580,Spell checker PSPELL,jamil.isayyed,,"Hello,
i am facing a problem with roundcube especially with spell checking, what i want to do is to use pspell checker to check the spelling in the email, i do not want the request to goes to external server i want all the requests to be handled internally.

what i did is to change in the configuration file in ""/etc/roundcube/main.inc.php""  
{{{
  
/spellcheck
...skipping
// Since Google only accepts connections over https your PHP installata
tion
// requires to be compiled with Open SSL support
$rcmail_config['enable_spellcheck'] = True;

// Set the spell checking engine. 'googie' is the default. 'pspell' is 
also available,
// but requires the Pspell extensions. When using Nox Spell Server, als
o set 'googie' here.
$rcmail_config['spellcheck_engine'] = 'pspell';
// For a locally installed Nox Spell Server, please specify the URI to 
call it.
// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check sp
elling
$rcmail_config['spellcheck_uri'] = '';

// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English', 'de'=>'D
eutsch');
// Leave empty for default set of available language.
$rcmail_config['spellcheck_languages'] = NULL;
}}}

but every time i did a spell check it gives me that there is no spelling error, whereas the text already has a spelling errors.

what i can do to fix this problem??
what is the extensions that i need in order to make the pspell works in a proper way.

Thanks",Bugs,closed,3,0.8-stable,Core functionality,0.8-rc,normal,worksforme,pspell checker,
