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 4737eadd1d65730350dfbeb5f9aabdccfee45a4c
parent 338c00c800192c6511041cb76ab3ade4aa0661f1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  5 Nov 2019 12:16:20 +0100

Mark geomail emails with different colors

Diffstat:
M.config/mutt/colors | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.config/mutt/colors b/.config/mutt/colors @@ -26,6 +26,8 @@ color header yellow default '^Subject:' # Colours for items in the index color index cyan default ~N +color index blue default "~t anders\.damsgaard@geo\.au\.dk" +color index brightblue default "~N (~t anders\.damsgaard@geo\.au\.dk )" 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