[imp] Spell Checker and such

Rick Emery rick@emery.2y.net
Fri, 13 Sep 2002 17:58:21 -0400


Quoting Roger Samour <rsamour@mail.atu.edu>:

> How can I set up IMP to have a spell checker. I see speller.php but
> that's about it. Another thing, how can I add options to IMP to have IMP
> modify my accounts Forwarding rules, for example.
> 
> Roger J. Samour
> Computer Services
> Arkansas Tech University

For spell checking, edit imp/config/conf.php. Under "External Utilities", change
the line

$conf['utils']['spellchecker'] = '';

to include the name of your spell checker between the single quotes. For example:

$conf['utils']['spellchecker'] = 'aspell';

>From the wording in the comments, it looks like only 'ispell' and 'aspell' are
currently supported.

For forwarding, look at http://horde.org/sork

hth,
Rick