summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
authorGuillaume Seren <guillaumeseren@gmail.com>2015-11-03 09:09:48 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2015-12-16 16:02:00 +0000
commit4e8da3eb86562941c555c77bacae302bc7f9e75f (patch)
treea36770442461643d25e447bb38d64f7cd0733d4d /alot/defaults/alot.rc.spec
parent8b065ebdd292c84d63a56a1b506e44259b9932ea (diff)
Auto detect mailing list reply
Auto-detect the '--list' for you automagically when you just ':reply' on a list, it is based on a config param that give you the control, by default it is off, you have to setup your config file, like: auto_replyto_mailinglist = True
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-rw-r--r--alot/defaults/alot.rc.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 4efc7b4a..cf4fb6de 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -209,6 +209,9 @@ followup_to = boolean(default=False)
# The list of addresses associated to the mailinglists you are subscribed to
mailinglists = force_list(default=list())
+# Automatically switch to list reply mode if appropriate
+auto_replyto_mailinglist = boolean(default=False)
+
# prefer plaintext alternatives over html content in multipart/alternative
prefer_plaintext = boolean(default=False)