]> git.notmuchmail.org Git - notmuch/commitdiff
minor post-0.26 NEWS layout fixes
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 13 Jun 2018 21:08:39 +0000 (00:08 +0300)
committerDavid Bremner <david@tethera.net>
Thu, 14 Jun 2018 23:26:50 +0000 (20:26 -0300)
As usual, one notices these *after* release(s).

NEWS

diff --git a/NEWS b/NEWS
index fc77f5323ea96f55094e62074dbb109fb2c25a91..240d594ba44ae13cf4a88e302be2d3df803614ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -41,7 +41,7 @@ Notmuch 0.26.2 (2018-04-28)
 Library Changes
 ---------------
 
-Work around Xapian bug with `get_mset(0,0, x)`.
+Work around Xapian bug with `get_mset(0,0, x)`
 
   This causes aborts in `_notmuch_query_count_documents` on
   e.g. Fedora 28.  The underlying bug is fixed in Xapian commit
@@ -178,11 +178,11 @@ Change of return value of `notmuch_thread_get_authors`
 
 Transition `notmuch_database_add_message` to `notmuch_database_index_file`
 
-   When indexing an e-mail message, the new
-   `notmuch_database_index_file` function is the preferred form, and
-   the old `notmuch_database_add_message` is deprecated.  The new form
-   allows passing a set of options to the indexing engine, which the
-   operator may decide to change from message to message.
+  When indexing an e-mail message, the new
+  `notmuch_database_index_file` function is the preferred form, and
+  the old `notmuch_database_add_message` is deprecated.  The new form
+  allows passing a set of options to the indexing engine, which the
+  operator may decide to change from message to message.
 
 Test Suite
 ----------