]> git.phdru.name Git - dotfiles.git/blobdiff - .muttrc
Set LESS_TERMCAP_* for light and dark backgrounds
[dotfiles.git] / .muttrc
diff --git a/.muttrc b/.muttrc
index f33de885cbdf1e5aea5943e5cffb1ccdfc39b615..bf67fd23c652f1a7d9220fc4a23289e36fd5538d 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
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -264,8 +264,8 @@ send-hook ~u unmy_hdr Reply-To
 
 send-hook "~L python-announce-list@python\.org" "\
    set followup_to=no; \
-   my_hdr Reply-To: python-list@python.org; \
-   my_hdr Mail-Followup-To: phd@phdru.name, python-list@python.org"
+   my_hdr Reply-To: Oleg Broytman <phd@phdru.name>; \
+   my_hdr Mail-Followup-To: Oleg Broytman <phd@phdru.name>, Python Mailing List <python-list@python.org>"
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #