]> git.notmuchmail.org Git - notmuch/blobdiff - doc/man1/notmuch-restore.rst
clean up spelling
[notmuch] / doc / man1 / notmuch-restore.rst
index d6cf19ab771017b6681ff18ad671a22e2397aac2..706f891274b1e41514c1f519613fef5ae4e33514 100644 (file)
@@ -50,6 +50,35 @@ Supported options for **restore** include
             format, this heuristic, based the fact that batch-tag format
             contains no parentheses, should be accurate.
 
+    ``--include=(config|tags)``
+
+      Control what kind of metadata is restored.
+
+       **config**
+
+         Restore configuration data to the database. Each configuration line starts
+         with "#@ ", followed by a space separated key-value pair.
+         Both key and value are hex encoded if needed.
+
+       **tags**
+
+         Output per-message metadata, namely tags. See *format* above
+         for more details.
+
+      The default is to restore both tags and configuration
+      information
+
+    ``--input=``\ <filename>
+        Read input from given file instead of stdin.
+
+GZIPPED INPUT
+=============
+
+\ **notmuch restore** will detect if the input is compressed in
+**gzip(1)** format and automatically decompress it while reading. This
+detection does not depend on file naming and in particular works for
+standard input.
+
 SEE ALSO
 ========