summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-06-03 17:17:15 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-06-03 17:17:15 +0200
commite9a32f105cc65a6763dbea2d1c970666ae9cb1ef (patch)
tree237702560036bbff3cc39481125438aecf6abc13 /docs
parent70cc98c4ca9df85411a810e0a23b0cdaeb716813 (diff)
Indicate usage of notmuch config file correctly
Diffstat (limited to 'docs')
-rw-r--r--docs/source/api/settings.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/api/settings.rst b/docs/source/api/settings.rst
index 9c5fc4cf..a0491f11 100644
--- a/docs/source/api/settings.rst
+++ b/docs/source/api/settings.rst
@@ -17,8 +17,9 @@ There are four types of user settings:
| | or as given by the `hooksfile` | |
| | config value | |
+------------------------------------+----------------------------------+---------------------------------------------+
-| notmuch config | :file:`~/.notmuchrc` | :meth:`SettingsManager.get_notmuch_setting` |
-| | or given by command option `-n` | |
+| notmuch config | :file:`~/.notmuch-config` or | :meth:`SettingsManager.get_notmuch_setting` |
+| | given by `$NOTMUCH_CONFIG` or | |
+| | given by command option `-n` | |
+------------------------------------+----------------------------------+---------------------------------------------+
| mailcap -- defines shellcommands | :file:`~/.mailcap` | :meth:`SettingsManager.mailcap_find_match` |
| to handle mime types | (:file:`/etc/mailcap`) | |