Skip to content

Commit

Permalink
Simplify notmuch config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucc authored and pazz committed Jan 6, 2022
1 parent 9485567 commit 52f11f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs/source/api/settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ There are four types of user settings:
| | or as given by the `hooksfile` | |
| | config value | |
+------------------------------------+----------------------------------+---------------------------------------------+
| notmuch config | :file:`~/.notmuch-config` or | :meth:`SettingsManager.get_notmuch_setting` |
| | given by `$NOTMUCH_CONFIG` or | |
| notmuch config | notmuch config file as | :meth:`SettingsManager.get_notmuch_setting` |
| | given by command option `-n` | |
| | or its default location | |
| | described in `notmuch-config(1)` | |
+------------------------------------+----------------------------------+---------------------------------------------+
| mailcap -- defines shellcommands | :file:`~/.mailcap` | :meth:`SettingsManager.mailcap_find_match` |
| to handle mime types | (:file:`/etc/mailcap`) | |
Expand Down
3 changes: 1 addition & 2 deletions docs/source/usage/cli_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
-c FILENAME, --config=FILENAME
configuration file (default: ~/.config/alot/config)
-n FILENAME, --notmuch-config=FILENAME
notmuch configuration file (default: $NOTMUCH_CONFIG
or ~/.notmuch-config)
notmuch configuration file (default: see notmuch-config(1))
-C COLOURS, --colour-mode=COLOURS
number of colours to use on the terminal; must be 1, 16 or 256
(default: configuration option `colourmode` or 256)
Expand Down

0 comments on commit 52f11f0

Please sign in to comment.