Add a working neomutt configuration

This commit is contained in:
Orien Vandenbergh
2025-04-16 13:40:55 -04:00
parent 405e4059cd
commit 6a923426b0
18 changed files with 405 additions and 0 deletions

26
neomutt/headers Normal file
View File

@ -0,0 +1,26 @@
# -*- muttrc -*-
#
# Configure header displays.
#
# Ignore all headers
ignore *
# Then un-ignore the ones I want to see
unignore From:
unignore To:
unignore Reply-To:
unignore Mail-Followup-To:
unignore Subject:
unignore Date:
unignore Organization:
unignore Newsgroups:
unignore CC:
unignore BCC:
unignore Message-ID:
unignore X-Mailer:
unignore User-Agent:
unignore X-Spam-Status:
# Now order the visable header lines
hdr_order Date: From: To: CC: BCC: Subject: Reply-To: Mail-Followup-To: Organization: User-Agent: X-Mailer: