diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2018-04-11 20:51:34 -0500 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2018-12-30 12:27:23 -0600 |
commit | daed42a7371b5f26d69826e52560804e23d48fb6 (patch) | |
tree | ff4a00720a65962033694b8d79eb445345180fd6 /mutt/.mutt/headers | |
parent | 10da5377351ae0bbfe75343b95d6a81ee2e217aa (diff) |
mutt: add configuration
Diffstat (limited to 'mutt/.mutt/headers')
-rw-r--r-- | mutt/.mutt/headers | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mutt/.mutt/headers b/mutt/.mutt/headers new file mode 100644 index 0000000..f9223cf --- /dev/null +++ b/mutt/.mutt/headers @@ -0,0 +1,26 @@ +# -*- 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 brightblack +color header brightwhite brightblack "^(Date|Return-Path):" +color header brightcyan brightblack "^(From|To|Cc):" +color header brightgreen brightblack "^(Subject):" +color header brightmagenta brightblack "^List-.*:" +color header brightred brightblack "^X-Bogosity:" +color header brightwhite brightblack "^(User-Agent|X-Operating-System)" +color header brightyellow brightblack "^Disposition-Notification" |