]> git.notmuchmail.org Git - notmuch/commitdiff
doc: whitespace cleanup
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 26 Nov 2016 22:25:57 +0000 (00:25 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 29 Nov 2016 01:58:17 +0000 (21:58 -0400)
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.

doc/man1/notmuch-address.rst
doc/man1/notmuch-config.rst
doc/man1/notmuch-count.rst
doc/man1/notmuch-dump.rst
doc/man1/notmuch-restore.rst

index 7f7214b32fb3e25a91c0bb6bc5464d94b13c6254..446cefbd6758238e0ed27659cfd8b5b2e6a9594b 100644 (file)
@@ -64,11 +64,11 @@ Supported options for **address** include
             messages. This is not applicable with --output=count.
 
         **mailbox**
             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
 
         **address**
             Deduplicate addresses based on the case insensitive
index 5a517ebda95ac290a06f11783f38df73f45a37b2..7483b75f1727e0490b70c001604173815173bb5b 100644 (file)
@@ -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.
 
         Name (or full path) of gpg binary to use in verification and
         decryption of PGP/MIME messages.
-    
+
         Default: ``gpg``.
 
     **built_with.<name>**
 
         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>**
 
 
     **query.<name>**
 
index 99de13a9871245af98f1ca55e8570179e116883e..90d852ae3adfc0f95971734dd5bf236dc7b2e9c6 100644 (file)
@@ -48,9 +48,9 @@ Supported options for **count** include
         compatible with specifying search terms on the command line.
 
     ``--lastmod``
         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
 
     ``--input=``\ <filename>
         Read input from given file, instead of from stdin. Implies
index 585702726bf155d9e8ecd569775565289ac26f12..ca048aebf01f99ddb0e3815f9c2a0693fdc69cee 100644 (file)
@@ -77,21 +77,21 @@ Supported options for **dump** include
 
       **config**
 
 
       **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**
 
 
       **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 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
 
       The default is to include all available types of data.  The
       option can be specified multiple times to select some subset. As
index c681fa2d18bdf4dcd94a07b83a90005907585b84..cb68bc8a72b2dd4e673934c4c196c75760dd7238 100644 (file)
@@ -54,23 +54,23 @@ Supported options for **restore** include
 
       Control what kind of metadata is restored.
 
 
       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.
 
       The default is to restore all available types of data.  The
       option can be specified multiple times to select some subset.