# -*- 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"