On Sun, Apr 11, 1999 at 11:58:13AM +0200, Holger Eitzenberger wrote:
> Probably i am just too dumb to read but i didn't find the solution
> after looking at the manual.
>
> Any hints?
As someone else said, you have to set 'ispell' to the correct value,
then execute the ispell function. I have the following in my .muttrc:
# ispell in german or english. Dont check quoted Text thus.
macro compose i ":set ispell=newsbody-ispell\n<ispell>" "ispell-english"
macro compose I ":set ispell=newsbody-ispell-d\n<ispell>" "ispell-deutsch"
and in my ~/bin directory:
newsbody-ispell:
#!/bin/sh
newsbody -hqs -n $2 -p ispell -- -x %f
and newsbody-ispell-d:
#!/bin/sh
newsbody -hqs -n $2 -p ispell -- -d deutsch -x %f
Where newsbody is a small program which strips quoted lines before
passing them to ispell. (I forgot where i got it)
CU,
Sec
--
www.echolon.int - Finden Sie Ihre E-Mail vom letzten Jahr!