File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 `) | |
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments