]> git.notmuchmail.org Git - notmuch-wiki/blobdiff - manpages/notmuch-restore-1.mdwn
release 0.23.4 manpages update
[notmuch-wiki] / manpages / notmuch-restore-1.mdwn
index 225affc0b93a015e6cbfe79cc7b2b6eb507ce753..f477b57606e10b7878892955d1fe0724bdcc9b92 100644 (file)
                         supported format, this heuristic, based the fact  that
                         batch-tag  format  contains  no parentheses, should be
                         accurate.
+
+          <b>--include=(config|properties|tags)</b>
+              Control what kind of metadata is restored.
+                 <b>config</b>
+                     Restore configuration data to the database. Each configu‐
+                     ration  line starts with &quot;#@ &quot;, followed by a space sepa‐
+                     rated key-value pair.  Both key and value are hex encoded
+                     if needed.
+
+                 <b>properties</b>
+                     Output   per-message  (key,value)  metadata.   Each  line
+                     starts with &quot;#= &quot;, followed by a message id, and a  space
+                     separated  list of key=value pairs.  pair.  Ids, keys and
+                     values are hex encoded if needed.
+
+                 <b>tags</b>
+                     Output per-message  metadata,  namely  tags.  See  <u>format</u>
+                     above for more details.
+
+              The  default  is  to  restore  all available types of data.  The
+              option can be specified multiple times to select some subset.
+
+          <b>--input=&lt;filename&gt;</b>
+                 Read input from given file instead of stdin.
 </pre>
 
 <h2>GZIPPED INPUT</h2>
 
 <h2>COPYRIGHT</h2>
 <pre>
-       2014, Carl Worth and many others
+       2009-2016, Carl Worth and many others
 </pre>
 
-<h2>0.18.1</h2>
+<h2>0.23.4</h2>