From ae9b6236536e7cd8efe7db079dc77992caa05790 Mon Sep 17 00:00:00 2001
From: Jani Nikula <jani@nikula.org>
Date: Sat, 22 Dec 2012 01:18:01 +0200
Subject: [PATCH] NEWS: notmuch search --format=text0

---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/NEWS b/NEWS
index 3e485018..e3a4ac34 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,13 @@ CLI callers can now request a specific output format version
   `--format-version` argument for requesting a specific version of the
   structured output, enabling better compatibility and error handling.
 
+`notmuch search` has gained a null character separated text output format
+
+  The new --format=text0 output format for `notmuch search` prints
+  output separated by null characters rather than newline
+  characters. This is similar to the find(1) -print0 option, and works
+  together with the xargs(1) -0 option.
+
 Emacs Interface
 ---------------
 
-- 
2.45.2