From f1b767ece83a45b75710be6c1ab566cea401a6c8 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 24 Nov 2021 15:09:04 +0100 Subject: defaults: default honor_followup_to to True If the sender bothered with setting it, we should respect their wishes by default. --- alot/defaults/alot.rc.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec index 56f2e743..a49fb9bd 100644 --- a/alot/defaults/alot.rc.spec +++ b/alot/defaults/alot.rc.spec @@ -262,7 +262,7 @@ bounce_force_address = boolean(default=False) # When group-reply-ing to an email that has the "Mail-Followup-To" header set, # use the content of this header as the new "To" header and leave the "Cc" # header empty -honor_followup_to = boolean(default=False) +honor_followup_to = boolean(default=True) # When one of the recipients of an email is a subscribed mailing list, set the # "Mail-Followup-To" header to the list of recipients without yourself -- cgit v1.2.3