X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-restore.rst;h=07b20dfce7010af077565c2d966093185190a7bf;hb=5fb0f5f113e7cb7422fb44bb7abcba2bcadfc0c8;hp=87fa22ef72c11b5457e03288749fb1b415cc2741;hpb=92d8eae8f182e4eebc87d76f8d4f37e6c018883a;p=notmuch diff --git a/doc/man1/notmuch-restore.rst b/doc/man1/notmuch-restore.rst index 87fa22ef..07b20dfc 100644 --- a/doc/man1/notmuch-restore.rst +++ b/doc/man1/notmuch-restore.rst @@ -50,23 +50,30 @@ Supported options for **restore** include format, this heuristic, based the fact that batch-tag format contains no parentheses, should be accurate. - ``--include=(config|tags)`` + ``--include=(config|properties|tags)`` Control what kind of metadata is restored. - **config** + **config** - Restore configuration data to the database. Each configuration line starts - with "#@ ", followed by a space seperated key-value pair. - Both key and value are hex encoded if needed. + 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** + **properties** - Output per-message metadata, namely tags. See *format* above - for more details. + Restore per-message (key,value) metadata. Each line starts + with "#= ", followed by a message id, and a space separated + list of key=value pairs. Ids, keys and values are hex + encoded if needed. - The default is to restore both tags and configuration - information + **tags** + + Restore 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=``\ Read input from given file instead of stdin.