[PATCH v2] NEWS & doc: typing fixes
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 15 Nov 2014 14:52:44 +0000 (16:52 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:46:42 +0000 (14:46 -0700)
4c/521050c72112df21c18178b05326da1921b077 [new file with mode: 0644]

diff --git a/4c/521050c72112df21c18178b05326da1921b077 b/4c/521050c72112df21c18178b05326da1921b077
new file mode 100644 (file)
index 0000000..891c7f4
--- /dev/null
@@ -0,0 +1,102 @@
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id E1058431FC0\r
+       for <notmuch@notmuchmail.org>; Sat, 15 Nov 2014 06:53:06 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id OyvsAoFC0+qd for <notmuch@notmuchmail.org>;\r
+       Sat, 15 Nov 2014 06:52:58 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+       by olra.theworths.org (Postfix) with ESMTP id 66181431FBC\r
+       for <notmuch@notmuchmail.org>; Sat, 15 Nov 2014 06:52:58 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id D89E610008F; Sat, 15 Nov 2014 16:52:46 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] NEWS & doc: typing fixes\r
+Date: Sat, 15 Nov 2014 16:52:44 +0200\r
+Message-Id: <1416063164-8864-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 2.0.0\r
+In-Reply-To: <1416061348-8062-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1416061348-8062-1-git-send-email-tomi.ollila@iki.fi>\r
+Cc: tomi.ollila@iki.fi\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 15 Nov 2014 14:53:07 -0000\r
+\r
+Some inconsistent formatting in NEWS for 0.19, 0.18 & 0.17 fixed.\r
+\r
+Extra `*` when making bold text in doc/man1/notmuch-search.rst removed.\r
+---\r
+\r
+In addition to id:1416061348-8062-1-git-send-email-tomi.ollila@iki.fi\r
+adds fix to 0.19 formatting.\r
+\r
+ NEWS                        | 8 ++++----\r
+ doc/man1/notmuch-search.rst | 2 +-\r
+ 2 files changed, 5 insertions(+), 5 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 80679bd..44e8d05 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -126,8 +126,8 @@ Library users can now abort an atomic section by closing the database\r
+   Callers can now simply close the database, and any outstanding\r
+   atomic section will be aborted.\r
\r
+-Add return status to notmuch_database_close and\r
+-notmuch_database_destroy\r
++Add return status to `notmuch_database_close` and\r
++`notmuch_database_destroy`\r
\r
+ Bug fixes and performance improvements for thread linking\r
\r
+@@ -208,7 +208,7 @@ Make emacs install robust against the non-existence of emacs\r
\r
+ Put notmuch lib directory first in RPATH\r
\r
+-Fix handling of html_static_path in sphinx\r
++Fix handling of `html_static_path` in sphinx\r
\r
+   Both the python bindings and the main docs had spurious settings of\r
+   this variable.\r
+@@ -283,7 +283,7 @@ The `folder:` search prefix now requires an exact match\r
+   advised to see the `notmuch-search-terms` manual page for details,\r
+   and review how the change affects their existing `folder:` searches.\r
\r
+-There is a new `path:` search prefix.\r
++There is a new `path:` search prefix\r
\r
+   The new `path:` search prefix complements the `folder:` prefix. The\r
+   `path:` prefix searches for email messages that are in particular\r
+diff --git a/doc/man1/notmuch-search.rst b/doc/man1/notmuch-search.rst\r
+index 0cc2911..1af56c4 100644\r
+--- a/doc/man1/notmuch-search.rst\r
++++ b/doc/man1/notmuch-search.rst\r
+@@ -153,4 +153,4 @@ SEE ALSO\r
+ **notmuch-dump(1)**, **notmuch-hooks(5)**, **notmuch-insert(1)**,\r
+ **notmuch-new(1)**, **notmuch-reply(1)**, **notmuch-restore(1)**,\r
+ **notmuch-search-terms(7)**, **notmuch-show(1)**, **notmuch-tag(1)**\r
+-***notmuch-address(1)**\r
++**notmuch-address(1)**\r
+-- \r
+1.9.3\r
+\r