From 1f9547dd07736fd9d41ffbbb4a3ed6751be61d08 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 19 Feb 2014 20:10:03 +0400 Subject: [PATCH] Add 'followup-to' header to the lists of headers --- .muttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- 2.39.2