]> git.cworth.org Git - obsolete/notmuch-wiki/blobdiff - manpages/notmuch-dump-1.mdwn
manpages (for 0.14) update
[obsolete/notmuch-wiki] / manpages / notmuch-dump-1.mdwn
index e1e70fb8c153ce0139d00859a4168aa875e6b984..92424b6f3d81ab828bfff10fda807612c0d83bb0 100644 (file)
@@ -7,34 +7,33 @@
 
 <h2>SYNOPSIS</h2>
 <pre>
-       <b>notmuch</b> <b>dump</b> [ &lt;<u>filename</u>&gt; ] [--] [ &lt;<u>search-term</u>&gt;...]
+       <b>notmuch</b> <b>dump</b> [ --output=&lt;<u>filename</u>&gt; ] [--] [ &lt;<u>search-term</u>&gt;...]
 </pre>
 
 <h2>DESCRIPTION</h2>
 <pre>
        Dump tags for messages matching the given search terms.
 
-       Output is to the given filename, if any, or to stdout.  Note that using
-       the filename argument is deprecated.
+       Output is to the given filename, if any, or to stdout.
 
-       These tags are the only data in the  notmuch  database  that  can&apos;t  be
-       recreated  from the messages themselves.  The output of notmuch dump is
-       therefore the only critical thing to backup (and much more friendly  to
+       These  tags  are  the  only  data in the notmuch database that can&apos;t be
+       recreated from the messages themselves.  The output of notmuch dump  is
+       therefore  the only critical thing to backup (and much more friendly to
        incremental backup than the native database files.)
 
-       With  no  search  terms, a dump of all messages in the database will be
-       generated.  A &quot;--&quot; argument instructs notmuch that the remaining  argu-
+       With no search terms, a dump of all messages in the  database  will  be
+       generated.   A &quot;--&quot; argument instructs notmuch that the remaining argu-
        ments are search terms.
 
-       See  <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7)  for  details  of the supported syntax for
+       See <a href='../notmuch-search-terms-7/'>notmuch-search-terms</a>(7) for details of  the  supported  syntax  for
        &lt;search-terms&gt;.
 </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-count-1/'>notmuch-count</a>(1), <a href='../notmuch-hooks-5/'>notmuch-hooks</a>(5), <a href='../notmuch-new-1/'>not-</a>
-       <a href='../notmuch-new-1/'>much-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-new-1/'>much-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-tag</a>(1)
 </pre>
 
-<h2>Notmuch 0.13.2</h2>
+<h2>Notmuch 0.14</h2>