aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar Jani Nikula <jani@nikula.org>2012-12-22 01:18:01 +0200
committerGravatar David Bremner <bremner@debian.org>2012-12-22 23:31:05 -0400
commitae9b6236536e7cd8efe7db079dc77992caa05790 (patch)
tree6b3cf7b986b829ed427953cf3987b5deef0d6996 /NEWS
parent0919ea4c553bde840a0f37c6076712f345bcac7d (diff)
NEWS: notmuch search --format=text0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
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
---------------