From: Tomi Ollila Date: Thu, 6 Nov 2014 17:46:59 +0000 (+0200) Subject: [PATCH] doc: whitespace cleanup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28df564f57f6affda5fab6ef766cb2b1cdc963a1;p=notmuch-archives.git [PATCH] doc: whitespace cleanup --- diff --git a/4d/8772dc3a2f034f1de29dfeb42bde698da8bfc4 b/4d/8772dc3a2f034f1de29dfeb42bde698da8bfc4 new file mode 100644 index 000000000..369da5d32 --- /dev/null +++ b/4d/8772dc3a2f034f1de29dfeb42bde698da8bfc4 @@ -0,0 +1,80 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 98542431FBC + for ; Thu, 6 Nov 2014 09:47:46 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id FJLFCZA4do6l for ; + Thu, 6 Nov 2014 09:47:38 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 7A73D431FAE + for ; Thu, 6 Nov 2014 09:47:38 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id A28E110008E; Thu, 6 Nov 2014 19:47:01 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH] doc: whitespace cleanup +Date: Thu, 6 Nov 2014 19:46:59 +0200 +Message-Id: <1415296019-26944-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 2.0.0 +Cc: tomi.ollila@iki.fi +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Thu, 06 Nov 2014 17:47:46 -0000 + +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 +