Adjust displayed mail-headers in my neomutt
Previously the headers-config was only applied to gmail-mailboxes (I guess that was a mistake of my past). This change configures them for all mailboxes. Furthermore I dropped the x-mailer, since I'm really _not_ interested in the sending mail-client... Finally I adjusted the order of the headers, from the, sometimes, awkward default-ordering to my own preferences. Reference: http://www.fefe.de/muttfaq/muttrc
This commit is contained in:
@@ -16,9 +16,6 @@ mailboxes =INBOX \
|
|||||||
-label Spam "=[Gmail]/Spam" \
|
-label Spam "=[Gmail]/Spam" \
|
||||||
-label Archive "=[Gmail]/All Mail" \
|
-label Archive "=[Gmail]/All Mail" \
|
||||||
|
|
||||||
# Headers to show
|
|
||||||
ignore *
|
|
||||||
unignore date from to cc subject x-mailer resent-from reply-to
|
|
||||||
bind pager,index d noop
|
bind pager,index d noop
|
||||||
bind pager,index e noop
|
bind pager,index e noop
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,12 @@ set mailcap_path = "$XDG_CONFIG_HOME/mutt/mailcap"
|
|||||||
set date_format = "%d.%m.%y %H:%M"
|
set date_format = "%d.%m.%y %H:%M"
|
||||||
set index_format = "%3C %Z %d %-30.30F %s (%-2.4c)"
|
set index_format = "%3C %Z %d %-30.30F %s (%-2.4c)"
|
||||||
|
|
||||||
|
# Headers to show by default
|
||||||
|
ignore *
|
||||||
|
unignore resent-from reply-to date from to cc subject
|
||||||
|
unhdr_order *
|
||||||
|
hdr_order resent-from reply-to date from to cc subject
|
||||||
|
|
||||||
# Mandatory setting to be able to sync via offlineimap!
|
# Mandatory setting to be able to sync via offlineimap!
|
||||||
# The default is mbox which is basically a file and will not be synced back to
|
# The default is mbox which is basically a file and will not be synced back to
|
||||||
# the imap-server via offlineimap.
|
# the imap-server via offlineimap.
|
||||||
|
|||||||
Reference in New Issue
Block a user