summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-08-18 11:14:13 -0700
committerDylan Baker <dylan@pnwbakers.com>2017-08-18 13:51:33 -0700
commit68ea0089aaf86775208f342872d5d0c6aae0db0d (patch)
tree93879581ce39540df8b35b2e409e605f68bc6ca0 /docs
parent188d79a0189b480656542a09be348fcbf506f33d (diff)
defaults/alot.rc.spec
Mark all values for [account]encrypt_by_default as deprecated
Diffstat (limited to 'docs')
-rw-r--r--docs/source/configuration/accounts_table10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/source/configuration/accounts_table b/docs/source/configuration/accounts_table
index 265bc34b..b9de9042 100644
--- a/docs/source/configuration/accounts_table
+++ b/docs/source/configuration/accounts_table
@@ -149,11 +149,11 @@
<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.
+ .. deprecated:: 0.4
+ The values `True` and `False` are interpreted as `all` and
+ `none` respectively. `0`, `1`, `true`, `True`, `false`,
+ `False`, `yes`, `Yes`, `no`, `No`, will be removed before
+ 1.0, please move to `all`, `none`, or `trusted`.
:type: option, one of ['all', 'none', 'trusted', 'True', 'False', 'true', 'false', 'Yes', 'No', 'yes', 'no', '1', '0']
:default: none