]> git.cworth.org Git - notmuch-wiki/blobdiff - manpages/notmuch-count-1.mdwn
manpages, tweaked man-to-mdwm.pl a bit to make
[notmuch-wiki] / manpages / notmuch-count-1.mdwn
index e5e781272571c74476a8a6d71550fb8dff1b0486..378348d9df4ed17070baed7ce202de8f44e5571c 100644 (file)
@@ -7,7 +7,7 @@
 
 <h2>SYNOPSIS</h2>
 <pre>
-       <b>notmuch</b> <b>count</b> [<u>options</u>... ] &lt;<u>search-term</u>&gt;...
+       <b>notmuch</b> <b>count</b> [<u>option</u> ...] &lt;<u>search-term</u>&gt; ...
 </pre>
 
 <h2>DESCRIPTION</h2>
 
        Supported options for <b>count</b> include
 
-           <b>--output=(messages|threads|files)</b>
+           --output=(messages|threads|files)
 
-               <b>messages</b>
+              <b>messages</b>
 
-                   Output  the  number  of  matching  messages.  This  is  the
-                   default.
+                     Output  the  number  of  matching  messages.  This is the
+                     default.
 
-               <b>threads</b>
+              <b>threads</b>
 
-                   Output the number of matching threads.
+                     Output the number of matching threads.
 
-               <b>files</b>
+              <b>files</b>
 
-                   Output the number of files associated  with  matching  mes-
-                   sages.  This may be bigger than the number of matching mes-
-                   sages due to duplicates (i.e.  multiple  files  having  the
-                   same message-id).
+                     Output the number of files associated with matching  mes-
+                     sages.  This  may  be  bigger than the number of matching
+                     messages due to duplicates (i.e.  multiple  files  having
+                     the same message-id).
 
            <b>--exclude=(true|false)</b>
 
-               Specify  whether  to  omit messages matching search.tag_exclude
-               from the count (the default) or not.
+                  Specify whether to omit messages matching search.tag_exclude
+                  from the count (the default) or not.
 
            <b>--batch</b>
 
-               Read queries from a file (stdin by default), one per line,  and
-               output  the number of matching messages (or threads) to stdout,
-               one per line. On an empty input line the count of all  messages
-               (or threads) in the database will be output. This option is not
-               compatible with specifying search terms on the command line.
+                  Read queries from a file (stdin by default), one  per  line,
+                  and  output  the number of matching messages (or threads) to
+                  stdout, one per line. On an empty input line  the  count  of
+                  all  messages  (or  threads) in the database will be output.
+                  This option is not compatible with specifying  search  terms
+                  on the command line.
 
-           <b>--input=</b>&lt;filename&gt;
+           <b>--input=</b>&lt<b>&</b>lt;<b>filename</b>&gt<b>&</b>gt;
 
-               Read input from given file,  instead  of  from  stdin.  Implies
-               <b>--batch</b>.
+                  Read  input  from given file, instead of from stdin. Implies
+                  --batch.
 </pre>
 
 <h2>SEE ALSO</h2>
 <pre>
-       <a href='../notmuch-1/'>notmuch</a>(1),  <a href='../notmuch-config-1/'>notmuch-config</a>(1), <a href='../notmuch-dump-1/'>notmuch-dump</a>(1), <a href='../notmuch-hooks-5/'>notmuch-hooks</a>(5), <a href='../notmuch-insert-1/'>not-</a>
-       <a href='../notmuch-insert-1/'>much-insert</a>(1), <a href='../notmuch-new-1/'>notmuch-new</a>(1),  <a href='../notmuch-reply-1/'>notmuch-reply</a>(1),  <a href='../notmuch-restore-1/'>notmuch-restore</a>(1),
-       <a href='../notmuch-search-1/'>notmuch-search</a>(1),  <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7),  <a href='../notmuch-show-1/'>notmuch-show</a>(1), <a href='../notmuch-tag-1/'>notmuch-</a>
-       <a href='../notmuch-tag-1/'>tag</a>(1)
+       <a href='../notmuch-1/'>notmuch</a>(1), <a href='../notmuch-config-1/'>notmuch-config</a>(1), <a href='../notmuch-dump-1/'>notmuch-dump</a>(1), <a href='../notmuch-hooks-5/'>notmuch-hooks</a>(5),  <a href='../notmuch-insert-1/'>not-</a>
+       <a href='../notmuch-insert-1/'>much-insert</a>(1),  <a href='../notmuch-new-1/'>notmuch-new</a>(1),  <a href='../notmuch-reply-1/'>notmuch-reply</a>(1), <a href='../notmuch-restore-1/'>notmuch-restore</a>(1),
+       <a href='../notmuch-search-1/'>notmuch-search</a>(1),   <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7),   <a href='../notmuch-show-1/'>notmuch-show</a>(1),   <a href='../notmuch-tag-1/'>not-</a>
+       <a href='../notmuch-tag-1/'>much-tag</a>(1)
 </pre>
 
-<h2>Notmuch 0.17</h2>
+<h2>AUTHOR</h2>
+<pre>
+       Carl Worth and many others
+</pre>
+
+<h2>COPYRIGHT</h2>
+<pre>
+       2014, Carl Worth and many others
+</pre>
+
+<h2>0.18</h2>