]> git.notmuchmail.org Git - notmuch/commitdiff
NEWS: document notmuch reindex
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sun, 22 Oct 2017 18:53:35 +0000 (14:53 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 24 Dec 2017 13:54:01 +0000 (09:54 -0400)
Describe the introduction of the "reindex" subcommand.  This blurb
acknowledges Subject: instability under reindexing when multiple
copies exist (suggesting that this is something that needn't
necessarily hold up a release).

NEWS

diff --git a/NEWS b/NEWS
index d720c1e0cf363ed29e31c8d7ad73535ab36f787b..6d2bf1381920cfe64015975299e1ccf13def8f8a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,19 @@ Out-of-tree builds
   has been dropped. The same can now be achieved more reliably using
   out-of-tree builds.
 
+Command Line Interface
+----------------------
+
+Support for re-indexing existing messages
+
+  There is a new subcommand, `notmuch reindex`, which re-indexes all
+  messages matching supplied search terms.  This permits users to
+  change the way specific messages are indexed.
+
+  Note that for messages with multiple variants in the message
+  archive, the recorded Subject: of may change upon reindexing,
+  depending on the order in which the variants are indexed.
+
 Encrypted Mail
 --------------