From d964dbeda3581d2ca46e1bd22a59a1322be430eb Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 20 Nov 2021 16:16:40 +0100 Subject: defaults: default followup_to to True It only has any effect when mailinglists is configured, which signals the user's intent to use mail-followup-to just as well. Maybe followup_to should be removed completely. --- 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 ca890eb6..56f2e743 100644 --- a/alot/defaults/alot.rc.spec +++ b/alot/defaults/alot.rc.spec @@ -266,7 +266,7 @@ honor_followup_to = boolean(default=False) # 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 -followup_to = boolean(default=False) +followup_to = boolean(default=True) # The list of addresses associated to the mailinglists you are subscribed to mailinglists = force_list(default=list()) -- cgit v1.2.3