From: Oleg Broytman Date: Wed, 19 Feb 2014 16:10:03 +0000 (+0400) Subject: Add 'followup-to' header to the lists of headers X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=1f9547dd07736fd9d41ffbbb4a3ed6751be61d08 Add 'followup-to' header to the lists of headers --- diff --git a/.muttrc b/.muttrc index 5073df3..be01ed4 100644 --- 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 [ ... ] # -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 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -