Will, et al --
...and then Will Yardley said...
%
...
% but not this:
% color index red default ~h"^X-Spam-Flag: YES"
While John may be right about the quotes, I always try to avoid spaces
where possible. Just put a dot there to hold the space and forget about
the quotes.
FWIW, when I *do* qu
* On Thu, 09 May 2002, Will Yardley wrote:
> why does this work:
> color index red default ~h"^X-Spam-Flag"
>
> but not this:
> color index red default ~h"^X-Spam-Flag: YES"
I think the quoting is wrong and there's no error with the first
one because there aren't any spaces in the expression.
why does this work:
color index red default ~h"^X-Spam-Flag"
but not this:
color index red default ~h"^X-Spam-Flag: YES"
i get:
Error in /home/suppmbox/.muttrc, line 20: error in pattern at: YES
i've tried different combinations of quoting and escaping stuff, but it
still gives an error.
this