summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-24 11:22:24 -0700
committerRuben Pollan <meskio@sindominio.net>2017-09-25 12:34:51 +0200
commit6fe1c7e9852b83800a80701d4d085f79d53f96f3 (patch)
treed275900a7c2367b17a842c49227302345e93c585 /alot/defaults
parent1fb15a4ece0f2079ee79f0618f1d955e6b7f1463 (diff)
defaults/alot.rc.spec: Add new option to control encrypting to self
Diffstat (limited to 'alot/defaults')
-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)