unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] doc: whitespace cleanup
@ 2014-11-06 17:46 Tomi Ollila
  2014-11-09  9:24 ` David Bremner
  0 siblings, 1 reply; 4+ messages in thread
From: Tomi Ollila @ 2014-11-06 17:46 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

Changed one tab in doc/man1/notmuch-show.rst to 8 spaces.

Removed one leading tab in doc/man5/notmuch-hooks.rst to make
the SYNOPSIS style consistent with other pages.
---
 doc/man1/notmuch-show.rst  | 2 +-
 doc/man5/notmuch-hooks.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man1/notmuch-show.rst b/doc/man1/notmuch-show.rst
index 5aecbfd7d041..9eb5198daf90 100644
--- a/doc/man1/notmuch-show.rst
+++ b/doc/man1/notmuch-show.rst
@@ -73,7 +73,7 @@ Supported options for **show** include
             '>' character added. This reversible escaping is termed
             "mboxrd" format and described in detail here:
 
-	    http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html
+            http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html
 
         **raw** (default if --part is given)
             Write the raw bytes of the given MIME part of a message to
diff --git a/doc/man5/notmuch-hooks.rst b/doc/man5/notmuch-hooks.rst
index f1c2528c5666..f96a923b23f2 100644
--- a/doc/man5/notmuch-hooks.rst
+++ b/doc/man5/notmuch-hooks.rst
@@ -5,7 +5,7 @@ notmuch-hooks
 SYNOPSIS
 ========
 
-	$DATABASEDIR/.notmuch/hooks/*
+$DATABASEDIR/.notmuch/hooks/*
 
 DESCRIPTION
 ===========
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: whitespace cleanup
  2014-11-06 17:46 Tomi Ollila
@ 2014-11-09  9:24 ` David Bremner
  0 siblings, 0 replies; 4+ messages in thread
From: David Bremner @ 2014-11-09  9:24 UTC (permalink / raw)
  To: Tomi Ollila, notmuch; +Cc: tomi.ollila

Tomi Ollila <tomi.ollila@iki.fi> writes:

> Changed one tab in doc/man1/notmuch-show.rst to 8 spaces.
>
> Removed one leading tab in doc/man5/notmuch-hooks.rst to make
> the SYNOPSIS style consistent with other pages.

pushed to master and release

d

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] doc: whitespace cleanup
@ 2016-11-26 22:25 Tomi Ollila
  2016-11-29  2:08 ` David Bremner
  0 siblings, 1 reply; 4+ messages in thread
From: Tomi Ollila @ 2016-11-26 22:25 UTC (permalink / raw)
  To: notmuch; +Cc: tomi.ollila

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.
---

This set is something that does not collide with anything that is
currently in the review queue -- and, currently, the 2 doc files
in review queue (notmuch-new.rst & notmuch-search-terms.rst) don't
contain dirty whitespace.

 doc/man1/notmuch-address.rst | 10 +++++-----
 doc/man1/notmuch-config.rst  |  8 ++++----
 doc/man1/notmuch-count.rst   |  6 +++---
 doc/man1/notmuch-dump.rst    | 18 +++++++++---------
 doc/man1/notmuch-restore.rst | 24 ++++++++++++------------
 5 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst
index 7f7214b..446cefb 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 5a517eb..7483b75 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 99de13a..90d852a 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 5857027..ca048ae 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 c681fa2..cb68bc8 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.
-- 
2.10.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] doc: whitespace cleanup
  2016-11-26 22:25 [PATCH] doc: whitespace cleanup Tomi Ollila
@ 2016-11-29  2:08 ` David Bremner
  0 siblings, 0 replies; 4+ messages in thread
From: David Bremner @ 2016-11-29  2:08 UTC (permalink / raw)
  To: Tomi Ollila, notmuch; +Cc: tomi.ollila

Tomi Ollila <tomi.ollila@iki.fi> writes:

> 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.

pushed to master

d

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-11-29  2:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-26 22:25 [PATCH] doc: whitespace cleanup Tomi Ollila
2016-11-29  2:08 ` David Bremner
  -- strict thread matches above, loose matches on Subject: below --
2014-11-06 17:46 Tomi Ollila
2014-11-09  9:24 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).