summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2019-11-23 22:16:11 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-11-24 09:10:13 +0000
commitf1ceccaa58bb36cac73e6886a0b14230e5518fda (patch)
tree0be85de09ad586748fcc35a1430d6d28bffb0ed3 /alot/defaults
parent4a590b9d4a62147f83a4ce1011e3c40337de156a (diff)
envelope: add setting for custom Message-ID domain
This allows users to use a custom domain in automatically generated Message-ID headers instead of the local hostname.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 95a07717..4a8999b3 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -197,6 +197,10 @@ quit_on_last_bclose = boolean(default=False)
# The string '{version}' will be replaced by the version string of the running instance.
user_agent = string(default='alot/{version}')
+# Domain to use in automatically generated Message-ID headers.
+# The default is the local hostname.
+message_id_domain = string(default=None)
+
# Suffix of the prompt used when waiting for user input
prompt_suffix = string(default=':')