summaryrefslogtreecommitdiff
path: root/docs/source/configuration/index.rst
blob: 6c5df73feeca24a1d6bcb583853665169b1794b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. _configuration:

*************
Configuration
*************

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`.

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.

.. toctree::
   :maxdepth: 2

   config_options
   accounts
   contacts_completion
   key_bindings
   hooks
   theming