summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2016-03-12 19:41:24 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2016-03-24 21:01:43 +0000
commita51f7392e353a11dd8aeba53618731c63737848a (patch)
tree7a37fafe4141488823a13be21b113b1a66355850 /alot/defaults/alot.rc.spec
parentbb4bce29c506da51142fbf3df4b06192f293e054 (diff)
Handle deprecated option values gracefully.
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-rw-r--r--alot/defaults/alot.rc.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 18b17772..0967bf4f 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -316,7 +316,7 @@ msg_summary_hides_threadwide_tags = boolean(default=True)
# compatibility to give users a change to migrate to the new
# option type. They might become deprecated in future
# versions.
- encrypt_by_default = option('all', 'none', 'trusted', 'True', 'False', default='none')
+ encrypt_by_default = option('all', 'none', 'trusted', 'True', 'False', 'true', 'false', 'Yes', 'No', 'yes', 'no', '1', '0', default='none')
# The GPG key ID you want to use with this account. If unset, alot will
# use your default key.