summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorvrs <none>2015-07-30 22:56:42 +0200
committerPatrick Totzke <patricktotzke@gmail.com>2015-12-16 15:51:38 +0000
commitfbceaeff19bea7b1bdb28566d108f4e7f7733b81 (patch)
treebbae01be3e112e9062caf0e3d6882d3dd01202f4 /alot/defaults
parent668465c4bea2782d352ab88ba983c6615e94a9a1 (diff)
add account option alias_regexp
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')