X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-1.mdwn;h=dbf4b8c97988a72abf640ada072fcac012532973;hb=0add150ffd941ea7ed64a9116929aaf2daa927a5;hp=3db4c8ae996f670b1fcc72fec8ffa9c1a793a258;hpb=2673b161e8f0cfb63348d96cbfecbbdecbc9c3d9;p=notmuch-wiki diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index 3db4c8a..dbf4b8c 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -7,7 +7,7 @@

SYNOPSIS

-       notmuch [option ...] command [arg ...]
+       notmuch [option ...] command [arg ...]
 

DESCRIPTION

@@ -17,21 +17,21 @@ This page describes how to get started using notmuch from the command line, and gives a brief overview of the commands available. For more - information on e.g. notmuch show consult the notmuch-show(1) man page, + information on e.g. notmuch show consult the notmuch-show(1) man page, also accessible via notmuch help show The quickest way to get started with Notmuch is to simply invoke the - notmuch command with no arguments, which will interactively guide you + notmuch command with no arguments, which will interactively guide you through the process of indexing your mail.

NOTE

-       While the command-line program notmuch provides powerful functionality,
+       While the command-line program notmuch provides powerful functionality,
        it does not provide the most convenient interface for that  functional-
        ity.  More  sophisticated interfaces are expected to be built on top of
        either the command-line interface, or more likely, on top of  the  not-
-       much  library  interface.  See  http://notmuchmail.org  for  more about
+       much  library  interface.  See  http://notmuchmail.org  for  more about
        alternate interfaces to notmuch. The emacs-based interface  to  notmuch
        (available under emacs/ in the Notmuch source distribution) is probably
        the most widely used at this time.
@@ -39,20 +39,20 @@
 
 

OPTIONS

-       Supported global options for notmuch include
+       Supported global options for notmuch include
 
            --help
 
-               Print a synopsis of available commands and exit.
+                  Print a synopsis of available commands and exit.
 
            --version
 
-               Print the installed version of notmuch, and exit.
+                  Print the installed version of notmuch, and exit.
 
            --config=FILE
 
-               Specify the configuration file to use. This overrides any  con-
-               figuration file specified by ${NOTMUCH_CONFIG}.
+                  Specify the configuration file to use.  This  overrides  any
+                  configuration file specified by ${NOTMUCH_CONFIG}.
 

COMMANDS

@@ -81,14 +81,14 @@ rently stored, it is recommended you first convert it to maildir format with a utility such as mb2md before running notmuch setup . - Invoking notmuch with no command argument will run setup if the setup + Invoking notmuch with no command argument will run setup if the setup command has not previously been completed.

  OTHER COMMANDS

        Several of the notmuch commands accept search terms with a common  syn-
-       tax. See notmuch-search-terms(7) for more details on the supported syn-
+       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
@@ -103,7 +103,7 @@
        The  dump  and restore commands can be used to create a textual dump of
        email tags for backup purposes, and to restore from that dump.
 
-       The config command can be used to get or set settings int  the  notmuch
+       The config command can be used to get or set settings  in  the  notmuch
        configuration file.
 
@@ -113,15 +113,18 @@ of notmuch. NOTMUCH_CONFIG + Specifies the location of the notmuch configuration file. Not- much will use ${HOME}/.notmuch-config if this variable is not set. NOTMUCH_TALLOC_REPORT + Location to write a talloc memory usage report. See tal- loc_enable_leak_report_full in talloc(3) for more information. NOTMUCH_DEBUG_QUERY + If set to a non-empty value, the notmuch library will print (to stderr) Xapian queries it constructs. @@ -129,9 +132,9 @@

SEE ALSO

        notmuch-config(1), notmuch-count(1), notmuch-dump(1), notmuch-hooks(5),
-       notmuch-insert(1),     notmuch-new(1),    notmuch-reply(1),    notmuch-
-       restore(1),   notmuch-search(1),   notmuch-search-terms(7),    notmuch-
-       show(1), notmuch-tag(1)
+       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)
 
        The notmuch website: http://notmuchmail.org
 
@@ -139,11 +142,21 @@

CONTACT

        Feel  free to send questions, comments, or kudos to the notmuch mailing
-       list <notmuch@notmuchmail.org> . Subscription is  not  required  before
+       list <notmuch@notmuchmail.org> . Subscription is  not  required  before
        posting, but is available from the notmuchmail.org website.
 
        Real-time  interaction  with the Notmuch community is available via IRC
        (server: irc.freenode.net, channel: #notmuch).
 
-

Notmuch 0.17

+

AUTHOR

+
+       Carl Worth and many others
+
+ +

COPYRIGHT

+
+       2014, Carl Worth and many others
+
+ +

0.18