Hello Joe,
Il 12 maggio 2024 alle 14:47 Joe Damato via Mutt-users ha scritto:
> Is there any way to get mutt to highlight/colorize/mark or somehow
> indicate to me messages which specifically have my email in the TO or CC
> line so that I don't miss those?
This is what I do. First you add a score rule like
# ~C: messages either to: or cc: EXPR
score "~C somename" 120
and then you assign a colour to messages.
color index green black "~n >100"
Scoring emails gives me a crude but effective way to scan important
messages at first sight.
Will this do?
—F