X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-1.mdwn;h=27767423e9e00fda89d818977e596be1e83e4992;hb=bf4ac2a31d4b8220d28b36de018a4ad516d60baf;hp=5a276e5fcf1567a2a0f4c791cfac28e3abb6dca4;hpb=6562766d20047abcb3bab0d88a1e5849baaae76d;p=notmuch-wiki diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index 5a276e5..2776742 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -41,7 +41,9 @@
        Supported global options for notmuch include
 
-          --help Print a synopsis of available commands and exit.
+          --help [command-name]
+                 Print a synopsis of available commands  and  exit.   With  an
+                 optional command name, show the man page for that subcommand.
 
           --version
                  Print the installed version of notmuch, and exit.
@@ -49,6 +51,17 @@
           --config=FILE
                  Specify the configuration file to  use.  This  overrides  any
                  configuration file specified by ${NOTMUCH_CONFIG}.
+
+          --uuid=HEX
+                 Enforce that the database UUID  (a  unique  identifier  which
+                 persists  until  e.g. the database is compacted) is HEX; exit
+                 with an error if it is not. This is useful to detect rollover
+                 in  modification  counts  on messages. You can find this UUID
+                 using e.g. notmuch count --lastmod
+
+       All global options except --config can also be specified after the com‐
+       mand.  For example, notmuch subcommand --uuid=HEX is equivalent to not-
+       much --uuid=HEX subcommand.
 

COMMANDS

@@ -87,8 +100,8 @@ tax. See notmuch-search-terms(7) for more details on the supported syn‐ tax. - The search, show and count commands are used to query the email data‐ - base. + The search, show, address and count commands are used to query the + email database. The reply command is useful for preparing a template for an email reply. @@ -127,7 +140,7 @@ notmuch-config(1), notmuch-count(1), notmuch-dump(1), notmuch-hooks(5), notmuch-insert(1), notmuch-new(1), notmuch-reply(1), not‐ much-restore(1), notmuch-search(1), notmuch-search-terms(7), not‐ - much-show(1), notmuch-tag(1) + much-show(1), notmuch-tag(1), notmuch-address(1) The notmuch website: http://notmuchmail.org @@ -149,7 +162,7 @@

COPYRIGHT

-       2014, Carl Worth and many others
+       2009-2015, Carl Worth and many others
 
-

0.18.1

+

0.21