messages. This is not applicable with --output=count.
**mailbox**
- Deduplicate addresses based on the full, case sensitive
- name and email address, or mailbox. This is effectively
- the same as piping the --deduplicate=no output to **sort |
- uniq**, except for the order of results. This is the
- default.
+ Deduplicate addresses based on the full, case sensitive
+ name and email address, or mailbox. This is effectively
+ the same as piping the --deduplicate=no output to **sort |
+ uniq**, except for the order of results. This is the
+ default.
**address**
Deduplicate addresses based on the case insensitive
Name (or full path) of gpg binary to use in verification and
decryption of PGP/MIME messages.
-
+
Default: ``gpg``.
**built_with.<name>**
- Compile time feature <name>. Current possibilities include
- "compact" (see **notmuch-compact(1)**)
- and "field_processor" (see **notmuch-search-terms(7)**).
+ Compile time feature <name>. Current possibilities include
+ "compact" (see **notmuch-compact(1)**)
+ and "field_processor" (see **notmuch-search-terms(7)**).
**query.<name>**
compatible with specifying search terms on the command line.
``--lastmod``
- Append lastmod (counter for number of database updates) and UUID
- to the output. lastmod values are only comparable between databases
- with the same UUID.
+ Append lastmod (counter for number of database updates) and UUID
+ to the output. lastmod values are only comparable between databases
+ with the same UUID.
``--input=``\ <filename>
Read input from given file, instead of from stdin. Implies
**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
Control what kind of metadata is restored.
- **config**
+ **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.
+ 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.
- **properties**
+ **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**
+ **tags**
- Output per-message metadata, namely tags. See *format* above
- for more details.
+ 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.