From 6fe1c7e9852b83800a80701d4d085f79d53f96f3 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 24 Aug 2017 11:22:24 -0700 Subject: defaults/alot.rc.spec: Add new option to control encrypting to self --- alot/defaults/alot.rc.spec | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'alot/defaults') 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) -- cgit v1.2.3