summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
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=':')