From: martin f. krafft Date: Thu, 1 Nov 2007 22:11:20 +0000 (+0100) Subject: do not highlight spams in retrain folders X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/82ca01ecaad20a31ca8fd4131122867166cfa758 do not highlight spams in retrain folders --- diff --git a/.mutt/colours b/.mutt/colours index cd45079..1dd7dd8 100644 --- a/.mutt/colours +++ b/.mutt/colours @@ -58,8 +58,9 @@ color index brightwhite magenta '(~N|~O) !~D ~h X-Tickle:' folder-hook . "uncolor index brightblack default '!~D !~P'" folder-hook store "color index brightblack default '!~D !~P'" -folder-hook . "color index default red '!~P ~H .'" -folder-hook spam "uncolor index default red '!~P ~H .'" +folder-hook . "color index default red '!~P ~H .'" +folder-hook spam "uncolor index default red '!~P ~H .'" +folder-hook retrain "uncolor index default red '!~P ~H .'" #folder-hook . "uncolor index white magenta '!~D ~h X-Tickle:'" #folder-hook . "uncolor index brightwhite magenta '(~N|~O) !~D ~h X-Tickle:'"