Re: In-line color in body but not header

2000-06-08 Thread Michael Tatge
Jeff Krueger muttered: > color header cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" > color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" > > The intent is to color just e-mail addresses differently from the > rest of the line. It works fine in the body, even in quoted text - > th

Re: In-line color in body but not header

2000-06-07 Thread David T-G
Marius -- ...and then Marius Gedminas said... % On Tue, Jun 06, 2000 at 06:16:32PM -0700, Jeff Krueger wrote: % > % > In the header, however, this colorizes the entire line cyan. Am I defining % > this improperly somehow, or is in-line coloring not yet available? % % Not available. However on

Re: In-line color in body but not header

2000-06-07 Thread Marius Gedminas
On Tue, Jun 06, 2000 at 06:16:32PM -0700, Jeff Krueger wrote: > color header cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" > color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" > > The intent is to color just e-mail addresses as defined by this regex > differently from the rest of

Re: In-line color in body but not header

2000-06-06 Thread David T-G
Jeff -- ...and then Jeff Krueger said... % % The intent is to color just e-mail addresses as defined by this regex ... % % In the header, however, this colorizes the entire line cyan. Am I defining % this improperly somehow, or is in-line coloring not yet available? I believe that this came u

In-line color in body but not header

2000-06-06 Thread Jeff Krueger
I've been searching the FAQ and manuals high and low for this issue to no avail. The following lines are in my .muttrc: color header cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" The intent is to color just e-mail addresses as d