Skip to content

Commit b9531a2

Browse files
committed
Simplify notmuch config docs
1 parent bfef834 commit b9531a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/source/api/settings.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ There are four types of user settings:
1717
| | or as given by the `hooksfile` | |
1818
| | config value | |
1919
+------------------------------------+----------------------------------+---------------------------------------------+
20-
| notmuch config | :file:`~/.notmuch-config` or | :meth:`SettingsManager.get_notmuch_setting` |
21-
| | given by `$NOTMUCH_CONFIG` or | |
20+
| notmuch config | notmuch config file as | :meth:`SettingsManager.get_notmuch_setting` |
2221
| | given by command option `-n` | |
22+
| | or its default location | |
23+
| | described in `notmuch-config(1)` | |
2324
+------------------------------------+----------------------------------+---------------------------------------------+
2425
| mailcap -- defines shellcommands | :file:`~/.mailcap` | :meth:`SettingsManager.mailcap_find_match` |
2526
| to handle mime types | (:file:`/etc/mailcap`) | |

docs/source/usage/cli_options.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
-c FILENAME, --config=FILENAME
33
configuration file (default: ~/.config/alot/config)
44
-n FILENAME, --notmuch-config=FILENAME
5-
notmuch configuration file (default: $NOTMUCH_CONFIG
6-
or ~/.notmuch-config)
5+
notmuch configuration file (default: see notmuch-config(1))
76
-C COLOURS, --colour-mode=COLOURS
87
number of colours to use on the terminal; must be 1, 16 or 256
98
(default: configuration option `colourmode` or 256)

0 commit comments

Comments
 (0)