* On Thu, 19 Sep 2002, Johan Svedberg wrote: > Hi, all. > > I'm a little unsure of how to formulate this question so please poke on > me if you don't understand. :) > If I for example have this in my .muttrc: > > color index blue black "~D" > color index brightyellow black "~f winkle ~p" > > I would like all the mail I mark for deletion to be colored the same > way, so my question is this: > > Is it possible to set some kind of priority for which color mutt should > use in case a mail has both of these "conditions"?
The last one that matches will determine the color, so you would need to reverse the order of the commands above. -John
