From f355be0f22177f8590befbc20d5ae9694ca45809 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 25 Sep 2017 20:30:27 +0200 Subject: docs: Add encrypt_to_self account configuration --- docs/source/configuration/accounts_table | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table index 27e7529a..33c554a3 100644 --- a/docs/source/configuration/accounts_table +++ b/docs/source/configuration/accounts_table @@ -159,12 +159,26 @@ :default: none +.. _encrypt-to-self: + +.. describe:: encrypt_to_self + + 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. + + :type: boolean + :default: True + + .. _gpg-key: .. describe:: gpg_key - The GPG key ID you want to use with this account. If unset, alot will - use your default key. + The GPG key ID you want to use with this account. :type: string :default: None -- cgit v1.2.3