aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomi Ollila <tomi.ollila@iki.fi>2016-11-27 00:25:57 +0200
committerDavid Bremner <david@tethera.net>2016-11-28 21:58:17 -0400
commitef763a9e8bbd832c2034f48bb9112dcc1cf4ef67 (patch)
tree0e4038a4c3554d96882445cbe58767cd669cfc89 /doc
parente4164dfdc36e5c95224c75ebc988c603d0e2aa27 (diff)
doc: whitespace cleanup
In most part, our .rst documents are indented with 8 spaces instead of tabs. Bring the rest of the lines to the same format. Also, on one (supposedly empty) line, trailing spaces were removed.
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/notmuch-address.rst10
-rw-r--r--doc/man1/notmuch-config.rst8
-rw-r--r--doc/man1/notmuch-count.rst6
-rw-r--r--doc/man1/notmuch-dump.rst18
-rw-r--r--doc/man1/notmuch-restore.rst24
5 files changed, 33 insertions, 33 deletions
diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst
index 7f7214b3..446cefbd 100644
--- a/doc/man1/notmuch-address.rst
+++ b/doc/man1/notmuch-address.rst
@@ -64,11 +64,11 @@ Supported options for **address** include
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
diff --git a/doc/man1/notmuch-config.rst b/doc/man1/notmuch-config.rst
index 5a517ebd..7483b75f 100644
--- a/doc/man1/notmuch-config.rst
+++ b/doc/man1/notmuch-config.rst
@@ -129,14 +129,14 @@ The available configuration items are described below.
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>**
diff --git a/doc/man1/notmuch-count.rst b/doc/man1/notmuch-count.rst
index 99de13a9..90d852ae 100644
--- a/doc/man1/notmuch-count.rst
+++ b/doc/man1/notmuch-count.rst
@@ -48,9 +48,9 @@ Supported options for **count** include
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
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
diff --git a/doc/man1/notmuch-restore.rst b/doc/man1/notmuch-restore.rst
index c681fa2d..cb68bc8a 100644
--- a/doc/man1/notmuch-restore.rst
+++ b/doc/man1/notmuch-restore.rst
@@ -54,23 +54,23 @@ Supported options for **restore** include
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.