diff --git a/.muttrc b/.muttrc index 7ee44d1..fb02c58 100644 --- a/.muttrc +++ b/.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: @@ -150,8 +151,20 @@ color index magenta default "~T" # Color information about the sender color header brightcyan default "From: " -color header brightcyan default "Subject: " +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" # =====================================================================