PDA

View Full Version : Horde spellcheck


onlinepoet
09-19-2005, 06:54 PM
Horde says there should be a "spell-check" option checkbox when I compose an email but I don't see it there. Does anyone else have this problem or know if there's something I need to do to set it up?

onlinepoet
10-14-2005, 12:46 AM
So I managed to figure this out for myself and figured I'd post the response in case anyone else has the same issue.

1. Log into your ssh and edit
/usr/share/psa-horde/imp/config/conf.php

2. A few lines down (after the last 'utils' is probably the best place) add the following line:
$conf['utils']['spellchecker'] = 'aspell';

And that's it. Feel free to post questions if you get confused.