diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2017-10-22 14:53:35 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-12-24 09:54:01 -0400 |
| commit | 68e753a21f47b0e37bcf26a3efcdf7842b6374cf (patch) | |
| tree | 159341a46aae76197e8ede65242d6a9c8ef8b7c8 | |
| parent | 6aec7a76b9e70544a93b092c50d167c3e63548ee (diff) | |
NEWS: document notmuch reindex
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).
| -rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 -------------- |
