From 805522dc304fa62dd13c511f4181f5e12a1b87e1 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 13 Sep 2021 11:10:12 +1200 Subject: [PATCH] do not send multipart messages to vger.kernel.org --- .mutt/hooks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mutt/hooks b/.mutt/hooks index 64afccb..f175004 100644 --- a/.mutt/hooks +++ b/.mutt/hooks @@ -9,6 +9,8 @@ send-hook '~s "Re: confirm" ~t -request@' 'push pc' send2-hook . 'set followup_to' send2-hook '~C @vger\.kernel\.org' 'unset followup_to' +send2-hook . 'set send_multipart_alternative" +send2-hook '~C @vger\.kernel\.org' 'unset send_multipart_alternative" # do a for L when sending to the git mailing list # http://marc.info/?l=mutt-users&m=118734866910357&w=2 -- 2.39.2