5 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Re: Spell check fails to ...
FromSent OnAttachments
K.C. BaltzOct 8, 2004 1:21 pm 
mattiOct 9, 2004 12:33 am 
K.C. BaltzOct 9, 2004 8:30 pm 
Sam VarshavchikOct 24, 2004 9:02 am 
K.C. BaltzOct 25, 2004 2:05 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] Re: Spell check fails to replace words - SOLVEDActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 24, 2004 9:02:38 am
List:net.sourceforge.lists.courier-sqwebmail

K.C. Baltz writes:

I found the problem. It's in sqispell.c. There's mixed use of the request parameters "REPLACE" and "replace". The difference in case is causing certain features not to be activated. The same thing is also true for REPLACEALL. Changing them to all be the same (I chose lower-case) fixes the problem.

I do not see any mixed use. All references to "REPLACE" and "REPLACEALL" in sqispell.c are in uppercase.