aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--muttrc.dot.link25
1 files changed, 16 insertions, 9 deletions
diff --git a/muttrc.dot.link b/muttrc.dot.link
index fbc259a..239b628 100644
--- a/muttrc.dot.link
+++ b/muttrc.dot.link
@@ -5,12 +5,6 @@
# /~
#
-# -----------
-# Color setup
-# -----------
-#source "~/.mutt/colors/default"
-source "~/.mutt/colors/solarized/mutt-colors-solarized-dark-256.muttrc"
-
# --------------------
# General mutt options
# --------------------
@@ -34,6 +28,19 @@ set help = yes
set delete = yes
set charset = "utf-8"
+# -----------
+# Color setup
+# -----------
+#source "~/.mutt/colors/default"
+source "~/.mutt/colors/solarized/mutt-colors-solarized-dark-256.muttrc"
+
+# -----------------
+# Additional colors
+# -----------------
+color header brightred color234 "^Message-ID: .*"
+color header brightred color234 "^Message-ID-Hash: .*"
+color header brightred color234 "^X-Message-ID-Hash: .*"
+
# ----------------------
# OS Specifiques options
# ----------------------
@@ -396,9 +403,9 @@ macro pager H "<enter-command>unset wait_key\n<pipe-entry>bogofilter -n\n" "Lear
#color body red default "^Resent-to: .*"
#color body brightred default "^Note: .*"
-# -----------------------------------
-# Schleuder config, solarized version
-# -----------------------------------
+# ------------------------------------
+# Schleuder colors , solarized version
+# ------------------------------------
color body red color234 "^From: .*"
color body red color234 "^To: .*"
color body red color234 "^Cc: .*"