At 21:06 +0100 05 Apr 2001, Ailbhe Leamy <[EMAIL PROTECTED]> wrote:
> On (05/04/01 15:26), Wade A. Mosely wrote:
> > color header green black ^X-.*:
> > color header white black ^X-Mailer:
color header green black ^X-
color header white black ^X-Mailer:
Works for me. I'm using the development version, but that shouldn't
matter.
> Sadly, this doesn't work. Nor does reversing the order. Is there a way
> to construct a muttrc-friendly regexp to match "^X-(.*!'Mailer'):" or
> something?
If for some reason the above doesn't work for you you could use a regexp
like:
x-([^m]|m[^a]|ma[^i]|mai[^l]|mail[^e]|maile[^r]|mailer[^:]+):
Ugly but it should work.
--
Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/
Do not simplify the design of a program if a way can be found to make
it complex and wonderful.