summaryrefslogtreecommitdiff
path: root/docs/source/configuration/config_options.rst
blob: 050272079e6306eba15dab5feb6a015bdf300050 (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
25
26
27
.. _config.options:

Configuration Options
=====================

The following lists all available config options with their type and default values.
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.

.. include:: alotrc_table

Notmuch options
---------------

The following lists the notmuch options that alot reads.

.. _search.exclude_tags:

.. describe:: search.exclude_tags

     A  list  of tags that will be excluded from search results by
     default. Using an excluded tag in a query will override  that
     exclusion.

    :type: semicolon separated list
    :default: empty list