in message <[EMAIL PROTECTED]>,
wrote Louis-David Mitterrand thusly...
>
> After much struggle understanding mutt's quoting rules I finally came up
> with that kind of stuff, which works:
>
> folder-hook =[a-z] score ~s'([ot]\\|newbie\\|off-topic\\|your\\\
>mail\\|(unidentified\\|no)\\\
On Thu, Feb 28, 2002 at 02:33:35PM +0100, Volker Moell wrote:
> Scott wrote:
> > trying to color entries in the index matching on the from field, I use
> > the following:
> >
> > color index blue black '~f (Person1|Person2)'
> >
> > However, I get a 'parentheses not matched error'
>
> Try:
> co
Scott wrote:
> trying to color entries in the index matching on the from field, I use
> the following:
>
> color index blue black '~f (Person1|Person2)'
>
> However, I get a 'parentheses not matched error'
Try:
color index blue black '~f "(Person1|Person2)"'
^
Hi all,
trying to color entries in the index matching on the from field, I use the following:
color index blue black '~f (Person1|Person2)'
However, I get a 'parentheses not matched error'
Also, the example in the doco: ~f ("Jim +Somebody"|"Ed +SomeoneElse") doesn't work
(same error).
TIA,
Sc