mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
CLI: document handling of --config for external commands
Create a section of the notmuch(1) manpage to have some place to put this documentation.
This commit is contained in:
parent
5cbddf7e7a
commit
a5504e8b1c
1 changed files with 8 additions and 0 deletions
|
@ -185,6 +185,14 @@ of notmuch.
|
||||||
If set to a non-empty value, the notmuch library will print (to
|
If set to a non-empty value, the notmuch library will print (to
|
||||||
stderr) Xapian queries it constructs.
|
stderr) Xapian queries it constructs.
|
||||||
|
|
||||||
|
EXTERNAL COMMANDS
|
||||||
|
=================
|
||||||
|
|
||||||
|
When given a subcommand `foo` not recognized as built-in, notmuch will
|
||||||
|
try to run the command (e.g. script) `notmuch-foo` in the user's
|
||||||
|
path. The :envvar:`NOTMUCH_CONFIG` will be set according to
|
||||||
|
:option:`--config`, if the latter is present.
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
========
|
========
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue