Re: Index colors

2002-02-04 Thread William Guynes
On Mon, Feb 04, 2002 at 03:34:39PM -0500, Mike Schiraldi wrote: [snip!] > I presume you've already read through > http://mutt.org/doc/manual/manual-4.html#patterns Ack! The definition of "patterns" has just taken on a whole new meaning. Yeah, this is what I meant. -- William Guynes

Re: Index colors

2002-02-04 Thread Mike Schiraldi
Sorry, i just realized i misinterpreted your meaning of "status" .. what specific attributes are you looking for? I presume you've already read through http://mutt.org/doc/manual/manual-4.html#patterns msg24188/pgp0.pgp Description: PGP signature

Re: Index colors

2002-02-04 Thread Mike Schiraldi
> Is it possible to color the message index lines according to message > status? Do you know about settings like: color index brightcyan default ~P ...or are you talking about something else? msg24187/pgp0.pgp Description: PGP signature

Index colors

2002-02-04 Thread William Guynes
Is it possible to color the message index lines according to message status? I see where a pattern can be used, and some testing show the author or subject as valid pattern matches, maybe a way to adjust the pattern to read the status tag? -- William Guynes

Re: Changing Index Colors

2001-03-02 Thread Jan Johansson
On Fri, Mar 02, 2001 at 09:48:53AM +1100, Murray Maxwell Dancey wrote: >How can I make new messages to me one color, and new messages in >general another color? I also want old messages to me to be yet >another color. > >Im trying... > >color indexcyandefault "(~p) ~N" >color

Re: Changing Index Colors

2001-03-01 Thread Christian R Molls
* Murray Maxwell Dancey <[EMAIL PROTECTED]> [010301 23:51]: > How can I make new messages to me one color, and new messages in > general another color? I also want old messages to me to be yet > another color. # messages to me (requires $alternates) color index cyan default ~p # new messages c

Changing Index Colors

2001-03-01 Thread Murray Maxwell Dancey
How can I make new messages to me one color, and new messages in general another color? I also want old messages to me to be yet another color. Im trying... color indexcyandefault "(~p) ~N" color indexbrightcyan default "~p" color indexgreen de

Re: index colors

1999-12-07 Thread Carl Cotner
On Fri, Dec 03, 1999 at 12:57:44PM +0200, Marius Gedminas wrote: >[...] > >Let's add another one: > > 4) Q: Can Mutt color different parts of the header like it can do with >the body (color body foo bar regexp)? > A: No. > >(3) is very similar to (4) and could be accomplished like thi

Re: index colors

1999-12-03 Thread Marius Gedminas
On Thu, Dec 02, 1999 at 04:05:49PM -0600, Jeremy Blosser wrote: > > Subject: this is the subject > > ^^^ > > this is highlighted > > This is yet another concept from the ones discussed above. Just so we keep > track of what's being talked about, t

Re: index colors

1999-12-02 Thread Jeremy Blosser
Carl Cotner [[EMAIL PROTECTED]] wrote: > On Thu, Dec 02, 1999 at 12:17:55PM -0600, David DeSimone wrote: > > Eugene Lee <[EMAIL PROTECTED]> wrote: > > > > > > > Is there anyway to get different colors in the index for "From" and > > > > "Subject" ? > > > > > > color header magenta default ^(

Re: index colors

1999-12-02 Thread Carl Cotner
On Thu, Dec 02, 1999 at 12:17:55PM -0600, David DeSimone wrote: > Eugene Lee <[EMAIL PROTECTED]> wrote: > > > > > Is there anyway to get different colors in the index for "From" and > > > "Subject" ? > > > > color header magenta default ^(Subject|To|Date|From): > > That colorizes the header

Re: index colors

1999-12-02 Thread David DeSimone
Eugene Lee <[EMAIL PROTECTED]> wrote: > > > Is there anyway to get different colors in the index for "From" and > > "Subject" ? > > color header magenta default ^(Subject|To|Date|From): That colorizes the headers in the pager, but I think he was asking about the index display. Such as, can

Re: index colors

1999-12-02 Thread Eugene Lee
On Wed, Dec 01, 1999 at 04:44:17PM -0500, Subba Rao wrote: : :Is there anyway to get different colors in the index for "From" and "Subject" ? Use the regexp stuff in "color". This is what I use in my muttrc: color header magenta default ^(Subject|To|Date|From): -- Eugene Lee [EMAIL P

index colors

1999-12-01 Thread Subba Rao
Is there anyway to get different colors in the index for "From" and "Subject" ? I have added this to my .muttrc: color indicator white blue # index color markers reddefault# index color message white blue # index The color remain default. Subba Rao [EMAIL PROTECTED