]> git.notmuchmail.org Git - notmuch-wiki/blobdiff - manpages/notmuch-restore-1.mdwn
perl -pi -e 's/0[.]22/0.22.1/' *.mdwn
[notmuch-wiki] / manpages / notmuch-restore-1.mdwn
index 225affc0b93a015e6cbfe79cc7b2b6eb507ce753..98e46d805a37e9d9555c1e23f5511ec0b8f6d060 100644 (file)
                         supported format, this heuristic, based the fact  that
                         batch-tag  format  contains  no parentheses, should be
                         accurate.
+
+          <b>--include=(config|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 seper‐
+                     ated key-value pair.  Both key and value 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 both tags and  configuration  informa‐
+              tion
+
+          <b>--input=&lt;filename&gt;</b>
+                 Read input from given file instead of stdin.
 </pre>
 
 <h2>GZIPPED INPUT</h2>
@@ -77,7 +95,7 @@
 
 <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.22.1</h2>