summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2013-01-22 10:06:51 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2013-01-22 10:06:51 +0000
commit1a89621b2ba2fd7f96861c0d4278527ba71fcec5 (patch)
tree9568335d2c302be51d75e724f6df9f5dabc37018 /docs/source
parent6b5f1a8bf68eecf4364f97c71ec177cf715c081e (diff)
don't mention that first run creates default config
because it doesn't any more.. close #552
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/configuration/index.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/configuration/index.rst b/docs/source/configuration/index.rst
index 98c123ca..6c5df73f 100644
--- a/docs/source/configuration/index.rst
+++ b/docs/source/configuration/index.rst
@@ -8,9 +8,7 @@ Alot reads a config file in "INI" syntax:
It consists of key-value pairs that use "=" as separator and '#' is comment-prefixes.
Sections and subsections are defined using square brackets.
-The default location for the config file is :file:`~/.config/alot/config`. If
-upon startup this file is not found, a small default configuration (containing
-mostly standard key bindings) will be copied in its place.
+The default location for the config file is :file:`~/.config/alot/config`.
All configs are optional, but if you want to send mails you need to specify at least one
:ref:`account <config.accounts>` in your config.