summaryrefslogtreecommitdiff
path: root/docs/source/configuration/index.rst
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-05-16 10:42:44 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-05-16 10:42:44 +0100
commitc248891f23f1422f6fed0752aad37d1267d00d25 (patch)
tree149f50b7f6d5ac75d225349fad371389293aa46d /docs/source/configuration/index.rst
parent11263d67d6ac7607d5eaacf7a5770e5bf1ef443a (diff)
parent67fb7f38d30635beed9afdadc9c93d5645e6b630 (diff)
Merge branch '0.3-fix-stringlists' into staging
Diffstat (limited to 'docs/source/configuration/index.rst')
-rw-r--r--docs/source/configuration/index.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/source/configuration/index.rst b/docs/source/configuration/index.rst
index 2620cb05..4a69bced 100644
--- a/docs/source/configuration/index.rst
+++ b/docs/source/configuration/index.rst
@@ -24,12 +24,6 @@ The type of an option is used to validate a given value. For instance,
if the type says "boolean" you may only provide "True" or "False" as values in your config file,
otherwise alot will complain on startup. Strings *may* be quoted but do not need to be.
-.. warning::
-
- values for options with type `string_list` *must* be comma-separated lists of strings
- and must end in a comma if they only provide a single element:
- "From," is a valid `string_list`, "From" is not.
-
.. include:: alotrc_table.rst
.. _account: