]> git.phdru.name Git - dotfiles.git/commitdiff
Move Reply-To header removing to the very end
authorOleg Broytman <[email protected]>
Thu, 2 Mar 2017 14:16:41 +0000 (17:16 +0300)
committerOleg Broytman <[email protected]>
Thu, 2 Mar 2017 14:16:41 +0000 (17:16 +0300)
Remove Reply-To header from *all* mailing lists.

.muttrc

diff --git a/.muttrc b/.muttrc
index 86a40fc8e0816da84876cc685b4d51cbfceda3bf..5648db16d98c19e2f184de29c9b053777c97b260 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -258,13 +258,13 @@ send-hook "~L '(@|\.)(((ya|yandex|narod)\.ru)|(yandex\.com)|yandex-team\.ru)$'"
    my_hdr X-Url: http://phd2.ya.ru/; \
    set signature='iconv -f koi8-r ~/mail/signatures/[email protected]|'"
 
-send-hook ~u unmy_hdr Reply-To
-
 send-hook "~L python-announce-list@python\.org" "\
    set followup_to=no; \
    my_hdr Reply-To: Oleg Broytman <[email protected]>; \
    my_hdr Mail-Followup-To: Oleg Broytman <[email protected]>, Python Mailing List <[email protected]>"
 
+send-hook ~u unmy_hdr Reply-To
+
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 #
 # Key bindings
OSZAR »