[imp] aspell or ispell?

Raul Alvarez Venegas rav@tecoman.ucol.mx
Tue, 15 Jan 2002 13:44:33 +0000 ( )



On Tue, 15 Jan 2002, C. M. Rahman (jr.) wrote:

> this is what I have done.
> 
> I have compiled pspell and did make install
> I have compiled aspell and did make install
> Then I have put below in conf.php
> 
>  $conf['utils']['spellchecker'] = '/usr/local/bin/aspell';
> 
> 
> but it is not working. It doesn't spell check.  Any other clue? is there way
> to debug this from webmail ?

Try changing the following line in your horde/config/lang.php

$nls['spelling']['en_US'] = '-d english';

to:

$nls['spelling']['en_US'] = '--lang=english';


Raul