diff options
| author | David Bremner <david@tethera.net> | 2015-10-17 09:39:19 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-10-17 10:08:32 -0300 |
| commit | ea7c2e54f008a49d6d62bdbd8c2281edfd082b03 (patch) | |
| tree | 7575cfbf455791665e2d895acd0b28afc526bbaf | |
| parent | ff1fb5027c03dee80d59f54e5c0d9b62d7bd66c9 (diff) | |
NEWS: news for initial revision tracking support (0.21)
| -rw-r--r-- | NEWS | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -7,6 +7,31 @@ General Notmuch now requires gmime >= 2.6.7. The gmime 2.4 series is no longer supported. +Database revision tracking: `lastmod:` queries + + Each message now has a metadata revision number that increases with + every tagging operation. See the discussion of `lastmod:` in + `notmuch-search-terms(7)` for more information. + +Notmuch database upgrade to support `lastmod:` queries + + The above mentioned `lastmod:` prefix. This will be done + automatically, without prompting on the next time `notmuch new` is + run after the upgrade. The upgrade is not reversible, and the + upgraded database will not be readable by older versions of + Notmuch. As a safeguard, a database dump will be created in the + `.notmuch` directory before upgrading. + +Command Line Interface +---------------------- + +Database revision tracking + + Two new options were added to support revision tracking. A global + option "--uuid" (`notmuch(1)`) was added for to detect counter + rollover and reinitialization, and `notmuch-count(1)` gained a + `--lastmod` option to query database revision tracking data. + Emacs Interface --------------- @@ -27,6 +52,12 @@ Library The use of absolute paths is now enforced when calling `notmuch_database_{open, create}`. +Database revision tracking + + Revision tracking is supported via a new prefix "lastmod:" in the + query parser and the new function + `notmuch_database_get_revision`. For the latter, see `notmuch(3)`. + Notmuch 0.20.2 (2015-06-27) =========================== |
