On Fri, Mar 24, 2000 at 06:57:54AM -0600, Jason Helfman wrote:
> ! Erik Jarvi <[EMAIL PROTECTED]> [240300 06:54]:
> > On Thu, Mar 23, 2000 at 09:30:29AM -0600, Jason Helfman wrote:
> > > Well you can use the system defaults, by using the "?" key. But I
> > > believe it is "C" to copy the message to another folder.
> >
> > Thanks for the info.
> > I figured it out. "s" for save to a folder, and "C" is to copy to a folder.
> > My only complaint with Mutt is you can't (I think) hilite the index
> > by subject. I'd like to have the different mailing lists that I'm on
> > have a different color. I've only been able to hilite by status.
> > new, deleted, tagged, or flagged.
>
> I am goign to copy this message to [EMAIL PROTECTED] and see if this
> can be done. I am almost positive that you can do what you are speaking
> of. You can do anything with mutt, I have found.
If what you mean is highlight messages in the index with some kind of
contrasting color based on the Subject (or whatever), yes you can do it. Just
add something like the following to your muttrc:
color index <foreground color> <background color> <Expression to match on>
For instance, the following will highlight in red any messages with "mutt" in
the subject:
color index red default "~s mutt"
The following will make all new messages bold blue (kind of like some other
email clients you may know :-):
color index brightblue default "~N"
The possibilities are virtually endless (given the possible color permutations
of course.) Also, don't forget the "limit" function (normally bound to lower
case L: 'l'), which can be used to only show message matching criteria similar
to the expressions you can use in "color index." In fact, that is the main
point: learn about the expressions that you can use for message matching, so
that you can get the full highlighting capabilities. I guess that was your main
problem. Be sure to read section 4.2. Patterns, of the Mutt manual to learn
about this. Press <F1> in Mutt, then / to search, then "4.2." This
will take you right to the section I'm talking about.
--
________________
Ryan Leavengood
[EMAIL PROTECTED]
________________