summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-24 15:09:04 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-24 15:09:04 +0100
commitf1b767ece83a45b75710be6c1ab566cea401a6c8 (patch)
tree83fcdcee029cd54ca099d5e40706cf1400b25e68
parent4ea9cd3cb2b56aa3bc349f327108d552ad2e2b73 (diff)
defaults: default honor_followup_to to True
If the sender bothered with setting it, we should respect their wishes by default.
-rw-r--r--alot/defaults/alot.rc.spec2
1 files changed, 1 insertions, 1 deletions
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