summaryrefslogtreecommitdiff
path: root/docs/source/configuration/accounts_table
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/configuration/accounts_table')
-rw-r--r--docs/source/configuration/accounts_table34
1 files changed, 30 insertions, 4 deletions
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index cc3e5646..265bc34b 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -31,6 +31,16 @@
:default: ,
+.. _alias-regexp:
+
+.. describe:: alias_regexp
+
+ a regex for catching further aliases (like + extensions).
+
+ :type: string
+ :default: None
+
+
.. _sendmail-command:
.. describe:: sendmail_command
@@ -127,10 +137,26 @@
.. describe:: encrypt_by_default
- Outgoing messages will be GPG encrypted by default if this is set to True.
-
- :type: boolean
- :default: False
+ Alot will try to GPG encrypt outgoing messages by default when this
+ is set to `all` or `trusted`. If set to `all` the message will be
+ encrypted for all recipients for who a key is available in the key
+ ring. If set to `trusted` it will be encrypted to all
+ recipients if a trusted key is available for all recipients (one
+ where the user id for the key is signed with a trusted signature).
+
+ .. note:: If the message will not be encrypted by default you can
+ still use the :ref:`toggleencrypt
+ <cmd.envelope.toggleencrypt>`, :ref:`encrypt
+ <cmd.envelope.encrypt>` and :ref:`unencrypt
+ <cmd.envelope.unencrypt>` commands to encrypt it.
+ .. note:: The values `True` and `False` are interpreted as `all` and
+ `none` respectively. They are kept for backwards
+ compatibility to give users a change to migrate to the new
+ option type. They might become deprecated in future
+ versions.
+
+ :type: option, one of ['all', 'none', 'trusted', 'True', 'False', 'true', 'false', 'Yes', 'No', 'yes', 'no', '1', '0']
+ :default: none
.. _gpg-key: