summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-11-20 16:16:40 +0100
committerAnton Khirnov <anton@khirnov.net>2021-11-20 16:16:40 +0100
commitd964dbeda3581d2ca46e1bd22a59a1322be430eb (patch)
tree82ef5e3d5bf64b9850d3c1410136c0f0002ce015
parent6a0ba55dc339b67afa363771525110c575fe6f62 (diff)
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.
-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 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())