summaryrefslogtreecommitdiff
path: root/mutt/.mutt/headers
diff options
context:
space:
mode:
authorBobby Bingham <koorogi@koorogi.info>2023-07-01 12:35:31 -0500
committerBobby Bingham <koorogi@koorogi.info>2023-07-01 12:35:31 -0500
commitb71140bb54cf246a30f768b526e5f0737a45dc7c (patch)
tree58ab292d81a88f538aed8cf55c2a56a129fd2a8f /mutt/.mutt/headers
parent180845d5c4603d615c7d272faecfa4b6e340b0da (diff)
mutt: remove config
Diffstat (limited to 'mutt/.mutt/headers')
-rw-r--r--mutt/.mutt/headers26
1 files changed, 0 insertions, 26 deletions
diff --git a/mutt/.mutt/headers b/mutt/.mutt/headers
deleted file mode 100644
index 3187b2f..0000000
--- a/mutt/.mutt/headers
+++ /dev/null
@@ -1,26 +0,0 @@
-# -*- muttrc -*-
-
-# whitelist the headers I want to see normally
-ignore *
-unignore from date subject to cc
-unignore x-mailer user-agent x-operating-system
-unignore x-bogosity
-unignore list-id list-post
-# see who is being a dick
-unignore disposition-notification-to disposition-notification-options
-
-# add back all custom headers
-unignore x-*
-
-# put important headers in a consistent order
-hdr_order Date From To Cc List-ID List-Post Subject User-Agent X-Operating-System X-Bogosity
-
-# colorize certain headers
-color hdrdefault white black
-color header brightwhite black "^(Date|Return-Path):"
-color header cyan black "^(From|To|Cc):"
-color header green black "^(Subject):"
-color header magenta black "^List-.*:"
-color header red black "^X-Bogosity:"
-color header white black "^(User-Agent|X-Operating-System)"
-color header red black "^Disposition-Notification"