muttrc: colorize crazy headers
This commit is contained in:
parent
3c33195fc7
commit
6a9d871cba
13
.muttrc
13
.muttrc
@ -80,6 +80,7 @@ set mime_forward # Forward message as MIME attachments.
|
||||
hdr_order Date From To Cc Bcc User-Agent
|
||||
|
||||
ignore *
|
||||
unignore Disposition-Notification-To
|
||||
unignore Authentication-Results
|
||||
unignore from: date subject to cc mail-followup-to
|
||||
unignore x-mailing-list: posted-to:
|
||||
@ -152,6 +153,18 @@ color index magenta default "~T"
|
||||
color header brightcyan default "From: "
|
||||
color header brightcyan default "Subject: "
|
||||
color header brightcyan default "Date: "
|
||||
color header brightyellow default "Saved-In: "
|
||||
color header magenta default "Disposition-Notification-To: "
|
||||
|
||||
# DKIM
|
||||
color header blue default "Authentication-Results:.*spf=none"
|
||||
color header blue default "Authentication-Results:.*spf=neutral"
|
||||
color header blue default "Authentication-Results:.*dkim=neutral"
|
||||
color header red default "Authentication-Results:.*spf=fail"
|
||||
color header red default "Authentication-Results:.*dkim=fail"
|
||||
# DMARC
|
||||
color header yellow default "Authentication-Results:.*dmarc=quarantine"
|
||||
color header red default "Authentication-Results:.*dmarc=reject"
|
||||
|
||||
|
||||
# =====================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user