From 17e706c663753179dba70c8c8cc811fb1e3386d6 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 15 Nov 2014 16:52:44 +0200 Subject: [PATCH] [PATCH v2] NEWS & doc: typing fixes --- 4c/521050c72112df21c18178b05326da1921b077 | 102 ++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 4c/521050c72112df21c18178b05326da1921b077 diff --git a/4c/521050c72112df21c18178b05326da1921b077 b/4c/521050c72112df21c18178b05326da1921b077 new file mode 100644 index 000000000..891c7f4f7 --- /dev/null +++ b/4c/521050c72112df21c18178b05326da1921b077 @@ -0,0 +1,102 @@ +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 E1058431FC0 + for ; Sat, 15 Nov 2014 06:53:06 -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 OyvsAoFC0+qd for ; + Sat, 15 Nov 2014 06:52:58 -0800 (PST) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 66181431FBC + for ; Sat, 15 Nov 2014 06:52:58 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id D89E610008F; Sat, 15 Nov 2014 16:52:46 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Subject: [PATCH v2] NEWS & doc: typing fixes +Date: Sat, 15 Nov 2014 16:52:44 +0200 +Message-Id: <1416063164-8864-1-git-send-email-tomi.ollila@iki.fi> +X-Mailer: git-send-email 2.0.0 +In-Reply-To: <1416061348-8062-1-git-send-email-tomi.ollila@iki.fi> +References: <1416061348-8062-1-git-send-email-tomi.ollila@iki.fi> +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: Sat, 15 Nov 2014 14:53:07 -0000 + +Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed. + +Extra `*` when making bold text in doc/man1/notmuch-search.rst removed. +--- + +In addition to id:1416061348-8062-1-git-send-email-tomi.ollila@iki.fi +adds fix to 0.19 formatting. + + NEWS | 8 ++++---- + doc/man1/notmuch-search.rst | 2 +- + 2 files changed, 5 insertions(+), 5 deletions(-) + +diff --git a/NEWS b/NEWS +index 80679bd..44e8d05 100644 +--- a/NEWS ++++ b/NEWS +@@ -126,8 +126,8 @@ Library users can now abort an atomic section by closing the database + Callers can now simply close the database, and any outstanding + atomic section will be aborted. + +-Add return status to notmuch_database_close and +-notmuch_database_destroy ++Add return status to `notmuch_database_close` and ++`notmuch_database_destroy` + + Bug fixes and performance improvements for thread linking + +@@ -208,7 +208,7 @@ Make emacs install robust against the non-existence of emacs + + Put notmuch lib directory first in RPATH + +-Fix handling of html_static_path in sphinx ++Fix handling of `html_static_path` in sphinx + + Both the python bindings and the main docs had spurious settings of + this variable. +@@ -283,7 +283,7 @@ The `folder:` search prefix now requires an exact match + advised to see the `notmuch-search-terms` manual page for details, + and review how the change affects their existing `folder:` searches. + +-There is a new `path:` search prefix. ++There is a new `path:` search prefix + + The new `path:` search prefix complements the `folder:` prefix. The + `path:` prefix searches for email messages that are in particular +diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst +index 0cc2911..1af56c4 100644 +--- a/doc/man1/notmuch-search.rst ++++ b/doc/man1/notmuch-search.rst +@@ -153,4 +153,4 @@ SEE ALSO + **notmuch-dump(1)**, **notmuch-hooks(5)**, **notmuch-insert(1)**, + **notmuch-new(1)**, **notmuch-reply(1)**, **notmuch-restore(1)**, + **notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)** +-***notmuch-address(1)** ++**notmuch-address(1)** +-- +1.9.3 + -- 2.26.2