On Fri, Aug 13, 1999 at 01:12:19PM +0300, Denis Chapligin wrote:
> Hi
>
> I wanna make next thing: depending on "To:" field paint items in index
> by different colors. I added to .muttrc next lines:
> set index_format".... %t ...."
> color index read black "^chollya"
Try this:
color index red black "~t chollya"
> but only letters from me([EMAIL PROTECTED]) to [EMAIL PROTECTED] are colored,
> letters from other senders are not. Where is mistake?
When you only use a regular expression as your pattern mutt matches it
according to the variable simple_search, which by default is set to match
by sender or subject.
Jimmy - [EMAIL PROTECTED]