[PATCH] NEWS: mention message properties API, dump/restore

Subject: [PATCH] NEWS: mention message properties API, dump/restore

Date: Sat, 24 Sep 2016 22:19:25 -0300

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


---
 NEWS | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index 0fd6d72..2f15ccd 100644
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,16 @@ Support for named queries
   `query:name` format. The expansion of these queries is stored in the
   database and they can be used from any notmuch client.
 
+Library
+-------
+
+Message property API
+
+  libnotmuch now supports the attachment of arbitrary key-value pairs
+  to messages. These can be used by various tools to manage their
+  private data without polluting the user tag space. They also support
+  iteration of values with the same key or same key prefix.
+
 CLI
 ---
 
@@ -30,12 +40,12 @@ Support for compile time options
   config. Initial keys in this group are `compact`, `field_processor`,
   and `retry_lock`.
 
-Dump/Restore support for configuration information
+Dump/Restore support for configuration information and properties
 
   Any configuration information stored in the database (initially just
-  named queries) is dumped and restored. Any new information in the
-  dump format is prefixed by '#' to allow existing scripts to ignore
-  it.
+  named queries) is dumped and restored. Similarly any properties
+  attached to messages. Any new information in the dump format is
+  prefixed by '#' to allow existing scripts to ignore it.
 
 Emacs
 -----
-- 
2.9.3


Thread: