]> git.phdru.name Git - dotfiles.git/commitdiff
Add 'followup-to' header to the lists of headers
authorOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2014 16:10:03 +0000 (20:10 +0400)
committerOleg Broytman <phd@phdru.name>
Wed, 19 Feb 2014 16:10:03 +0000 (20:10 +0400)
.muttrc

diff --git a/.muttrc b/.muttrc
index 5073df3ce52128312b7a3e2246d9d54b73f1dd1b..be01ed4c52aa3ab955adc8131612463d8a2d4645 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -124,7 +124,7 @@ set pgp_use_gpg_agent
 ignore *                         # Ignore all lines by default
 
 # I do want to see these fields, though!
-unignore date from to x-original-to reply-to mail-followup-to cc \
+unignore date from reply-to mail-followup-to followup-to to x-original-to cc \
    newsgroups subject user-agent x-mailer x-url x-face
 
 # Default list of header fields to weed when displaying
@@ -139,7 +139,7 @@ unignore date from to x-original-to reply-to mail-followup-to cc \
 #       hdr_order <hdr1> [ <hdr2> ... ]
 #
 
-hdr_order date from to x-original-to reply-to mail-followup-to cc \
+hdr_order date from reply-to mail-followup-to followup-to to x-original-to cc \
    newsgroups subject user-agent x-mailer x-url x-face
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -