]> git.cworth.org Git - notmuch/commit
cli: add --format=text0 to notmuch search
authorJani Nikula <jani@nikula.org>
Sun, 16 Dec 2012 22:05:11 +0000 (00:05 +0200)
committerDavid Bremner <bremner@debian.org>
Tue, 18 Dec 2012 21:04:06 +0000 (17:04 -0400)
commit69408c35ff23292a045a58b9833b8dfe74fa0fda
tree12b15c4082860aa8fbbc306a35f19b07a26812e5
parent64122c31fa4a4d652fa61d639d250c99f534e17f
cli: add --format=text0 to notmuch search

Add new format text0, which is otherwise the same as text, but use the
null character as separator instead of the newline character. This is
similar to find(1) -print0 option, and works together with the
xargs(1) -0 option.
notmuch-search.c