X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=doc%2Fman1%2Fnotmuch-dump.rst;h=ca048aebf01f99ddb0e3815f9c2a0693fdc69cee;hp=585702726bf155d9e8ecd569775565289ac26f12;hb=ef763a9e8bbd832c2034f48bb9112dcc1cf4ef67;hpb=e4164dfdc36e5c95224c75ebc988c603d0e2aa27 diff --git a/doc/man1/notmuch-dump.rst b/doc/man1/notmuch-dump.rst index 58570272..ca048aeb 100644 --- a/doc/man1/notmuch-dump.rst +++ b/doc/man1/notmuch-dump.rst @@ -77,21 +77,21 @@ Supported options for **dump** include **config** - Output configuration data stored in the database. Each line - starts with "#@ ", followed by a space separated key-value - pair. Both key and value are hex encoded if needed. + Output configuration data stored in the database. Each line + starts with "#@ ", followed by a space separated 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. + 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 boolean metadata, namely tags. See *format* above - for description of the output. + Output per-message boolean metadata, namely tags. See *format* above + for description of the output. The default is to include all available types of data. The option can be specified multiple times to select some subset. As