X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=manpages%2Fnotmuch-restore-1.mdwn;h=f477b57606e10b7878892955d1fe0724bdcc9b92;hb=618ce49f078599b4616afaaedf98df6fdf7f9b80;hp=4bbede8e6156f90dd89d8da8bc1e0e063bba4d00;hpb=463553b46f63067f5b25a6115f116d88f02d50ec;p=notmuch-wiki diff --git a/manpages/notmuch-restore-1.mdwn b/manpages/notmuch-restore-1.mdwn index 4bbede8..f477b57 100644 --- a/manpages/notmuch-restore-1.mdwn +++ b/manpages/notmuch-restore-1.mdwn @@ -54,6 +54,27 @@ batch-tag format contains no parentheses, should be accurate. + --include=(config|properties|tags) + Control what kind of metadata is restored. + config + Restore configuration data to the database. Each configu‐ + ration line starts with "#@ ", followed by a space sepa‐ + rated key-value pair. Both key and value are hex encoded + if needed. + + properties + Output per-message (key,value) metadata. Each line + starts with "#= ", followed by a message id, and a space + separated list of key=value pairs. pair. Ids, keys and + values are hex encoded if needed. + + tags + Output per-message metadata, namely tags. See format + 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. + --input=<filename> Read input from given file instead of stdin. @@ -83,4 +104,4 @@ 2009-2016, Carl Worth and many others -

0.22

+

0.23.4