dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f08eab59f9501c3372e3f43f57649c4cadd6e03d
parent 0ef60b9dbcd71b7247194f404fb5416e4fdd857c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 20 Mar 2019 08:56:41 +0100

Use different colors to new emails from certain senders

Diffstat:
Mlinks/.mutt/colors | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/links/.mutt/colors b/links/.mutt/colors @@ -26,9 +26,8 @@ color header yellow default '^Subject:' # Colours for items in the index color index cyan default ~N -color index green default "~N (~x annvix\.org | ~h \"^In-[Rr]eply-[Tt]o: .*annvix\.org\")" -color index green default "~N (~x linsec\.ca | ~h \"^In-[Rr]eply-[Tt]o: .*linsec\.ca\")" -color index green default "~N (~x mandriva\.com | ~h \"^In-[Rr]eply-[Tt]o: .*mandriva\.com\")" +color index green default "~N (~f .*stanford\.edu | ~h \"^In-[Rr]eply-[Tt]o: .*stanford\.edu\")" +color index green default "~N (~f .*au\.dk | ~h \"^In-[Rr]eply-[Tt]o: .*au\.dk\")" color index red default ~F color index green default ~T color index brightwhite default ~D