summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-08-20 09:36:07 +0100
committerGitHub <noreply@github.com>2017-08-20 09:36:07 +0100
commit568508ad55ee8d5b48d8465b2887e5749074b73d (patch)
tree644647917c23609afdeb81f7f44d570703442744 /docs
parent34ffe73c11ed8e33e5be5f127958465c943b264d (diff)
parent68ea0089aaf86775208f342872d5d0c6aae0db0d (diff)
Merge pull request #1125 from dcbaker/submit/deprecated-encrypt-by-default
mark old options for 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