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 defined by this regex
differently from the rest of the line. It works fine in the body, even in
quoted text - the address is in cyan and the rest of the line is whatever
color it is supposed to be.
In the header, however, this colorizes the entire line cyan. Am I defining
this improperly somehow, or is in-line coloring not yet available?
-- Jeff