Re: (Un)Highlight messages related to me

2012-12-21 Thread Marco
On 2012–12–21 Michael Elkins wrote: > You need to use the 'uncolor' command to remove the pattern. What > is happening with your folder-hook above is you are just adding an > additional pattern, and mutt will execute all hooks which match. Thanks for the explanation and the quick response. > Yo

Re: (Un)Highlight messages related to me

2012-12-21 Thread Jamie Paul Griffin
* Michael Elkins [2012-12-21 10:10:55 -0800]: > On Fri, Dec 21, 2012 at 06:00:12PM +0100, Marco wrote: > >This hook should only kick for mailing lists messages, which are > >stored in mail folders containing “Lists”. However, this > >highlighting applies to all messages in all folders once I've >

Re: (Un)Highlight messages related to me

2012-12-21 Thread Michael Elkins
On Fri, Dec 21, 2012 at 06:00:12PM +0100, Marco wrote: This hook should only kick for mailing lists messages, which are stored in mail folders containing “Lists”. However, this highlighting applies to all messages in all folders once I've entered a mailing list folder. I tried to undo the setting

(Un)Highlight messages related to me

2012-12-21 Thread Marco
Hi, I use the following snippet to highlight messages in threads that I'm involved in. folder-hook (Lists) \ "color index green default \"~p | ~b 'Marco|netuse' | ~s 'Marco|netuse'\"" This hook should only kick for mailing lists messages, which are stored in mail folders containing “Lists”