* Christian R Molls <[EMAIL PROTECTED]> [010228 22:04]:
...talking to myself...
> * Zach Thompson <[EMAIL PROTECTED]> [010228 21:45]:
> > Does anyone know of a way to hilite rows in the message index that
> > correspond to messages that are addressed to me, and are new? In
> > other words, I'm always looking for "N +" in %Z (the message status
> > flags), and I'd like to make that visual search easier. I don't
> > filter my email, and I occasionally miss things buried in mailing
> > list messages...
> color index cyan default "~t zach@mthoodmedia\\.com ~N"
Better still: tell mutt what your e-mail addresses are:
set alternates="(zach@mthoodmedia\\.com)|(zach@home\\.com)"
Then use
color index cyan default "(~p | ~P) ~N"
to highlight new messages to and from you.
chris