Hide Headers in mutt email client
If you want to hide some of the email headers and just view the Subject:, To: and From: fields along with the actual message, insert the following lines in your .muttrc file :
# File .muttrc
# ...
ignore *
unignore From: To: Cc: Subject: Date:
# ...







