summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
Diffstat (limited to 'alot/defaults')
-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 e0525279..77a4df0a 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -243,6 +243,9 @@ prefer_plaintext = boolean(default=False)
# used to clear your addresses/ match account when formatting replies
aliases = force_list(default=list())
+ # a regex for catching further aliases (like + extensions).
+ alias_regexp = string(default=None)
+
# sendmail command. This is the shell command used to send out mails via the sendmail protocol
sendmail_command = string(default='sendmail -t')