man: document external subcommand handling in notmuch(1)

The documentation for this was overlooked when adding the subcommand
handling. This seems like the proper place for it.
This commit is contained in:
Jani Nikula 2017-03-06 21:26:59 +02:00 committed by David Bremner
parent 9da57ea107
commit 02421015fd

View file

@ -116,6 +116,15 @@ dump of email tags for backup purposes, and to restore from that dump.
The **config** command can be used to get or set settings in the notmuch
configuration file.
CUSTOM COMMANDS
---------------
If the given command is not known to notmuch, notmuch tries to execute
the external **notmuch-<subcommand>** in ${PATH} instead. This allows
users to have their own notmuch related tools to be run via the
notmuch command. By design, this does not allow notmuch's own commands
to be overriden using external commands.
ENVIRONMENT
===========