X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-1.mdwn;fp=manpages%2Fnotmuch-1.mdwn;h=da44ca94f1bf151deb1b8f375e2872cf167dc924;hb=46b88668029f0f014c4ecf7a220b7a99a13776f3;hp=6329f78e88e5c15bf90adb4b467cb629017d863f;hpb=868c5f30edd4e92f8d21090200e6c3b57f332d8c;p=notmuch-wiki diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index 6329f78..da44ca9 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -74,7 +74,7 @@ The setup command will prompt for your full name, your primary email address, any alternate email addresses you use, and the directory con‐ taining your email archives. Your answers will be written to a configu‐ - ration file in ${NOTMUCH_CONFIG} (if set) or ${HOME}/.notmuch-config. + ration file in ${NOTMUCH_CONFIG} (if set) or ${HOME}/.notmuch-config . This configuration file will be created with descriptive comments, mak‐ ing it easy to edit by hand later to change the configuration. Or you can run notmuch setup again to change the configuration. @@ -88,7 +88,7 @@ Mail storage that uses mbox format, (where one mbox file contains many messages), will not work with notmuch. If that's how your mail is cur‐ rently stored, it is recommended you first convert it to maildir format - with a utility such as mb2md before running notmuch setup. + with a utility such as mb2md before running notmuch setup . Invoking notmuch with no command argument will run setup if the setup command has not previously been completed. @@ -116,6 +116,15 @@ 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  com‐
+       mand. By design, this does not allow notmuch's own commands to be over‐
+       riden using external commands.
+
+

ENVIRONMENT

        The following environment variables can be used to control the behavior
@@ -163,7 +172,7 @@
 
 

COPYRIGHT

-       2009-2016, Carl Worth and many others
+       2009-2017, Carl Worth and many others
 
-

0.23.4

+

0.24