summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/defaults/alot.rc.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index c1518e15..5962dda1 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -351,6 +351,14 @@ thread_focus_linewise = boolean(default=True)
# 1.0, please move to `all`, `none`, or `trusted`.
encrypt_by_default = option('all', 'none', 'trusted', 'True', 'False', 'true', 'false', 'Yes', 'No', 'yes', 'no', '1', '0', default='none')
+ # If this is true when encrypting a message it will also be encrypted
+ # with the key defined for this account.
+ #
+ # .. warning::
+ #
+ # Before 0.6 this was controlled via gpg.conf.
+ encrypt_to_self = boolean(default=True)
+
# The GPG key ID you want to use with this account.
gpg_key = gpg_key_hint(default=None)