On 2000.09.26, in <[EMAIL PROTECTED]>,
        "Jeff Howie" <[EMAIL PROTECTED]> wrote:
> 
> > I also have a "color" line to highlight my flagged messages in red, and
> 
> I've tried, but can't get how to do this. Can you please elucidate?

color   index   brightred       default "~F | ~G | ~n 500-"     

This colors index lines in bright red if they match
"~F | ~G | ~n 500-", which are any message:
        1) with the flag set, or
        2) that's PGP-encrypted (I assume these to be relatively important), or
        3) with a score of 500 or more (see "scoring" in the manual)

Something else that might be interesting -- some of you might remember
my trying to work out this match expression -- I also have similar
lines coloring mail to:, from:, or cc: all members in a set.  That is:
any mail from Alice, Bob, or me, sent to the other two, and including
no one else.  That's a messy one, and it looks like this:

color   index   brightred       default "~L (dgc\\|d-champion)@ ~L (alice\\|a-adams)@ 
~L (bob\\|b-burns)@ ^~L ((dgc\\|d-champion)@\\|(alice\\|a-adams)@\\|(bob\\|b-burns)@)" 
   

But it's pretty easy to set up with a macro preprocessor like cpp or m4.

Doesn't someone have a "mutt for the insane" web page?  :)

-- 
 -D.    [EMAIL PROTECTED]        NSIT    University of Chicago

Reply via email to