Thomas Duterme wrote on mutt-users:
> I would like to get Mutt to highlight the subject line while
> I browse my mail. Why? I go through about 500-600 emails a
> day (mostly mailing lists) and it would be nice to page
> through these in the pager mode and delete the threads as I
> go in this mode. Currently, I scan things through the index
> since my eyes can't quite speed through things as fast in
> the pager.
For your .muttrc:
color header brightyellow black "^subject:"
mono header bold "^subject:"
The mono line gives you highlighting when you call mutt in
a non color terminal.
Dave