* Gary Johnson <garyj...@spocom.com> [2009-09-27 00:13 -0700]: > Take a look at the mutt manual, section 4.2.1, Pattern Modifier. > Adding a caret in front of ~p should restrict the match to those > messages addressed only to you. > > color index green black ^~p
Can't believe I've managed to overlook this! Glad you came along to point it out. > Or maybe that will match messages To only you _or_ Cc'd to only you. > In that case, I think the following will work. > > color index green black '^~t yourn...@yourdomain !~c .' Retaining the convenience of alternates, '^~p !~c .' also seems to work.