]> git.cworth.org Git - notmuch/commit
cli: sanitize tabs and newlines to spaces in notmuch search
authorJani Nikula <jani@nikula.org>
Mon, 3 Feb 2014 19:51:41 +0000 (21:51 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 9 Mar 2014 13:12:52 +0000 (10:12 -0300)
commit6d0a17c46ec112f99ebeefc9619dd9586fceaa46
tree42d6cf328b7165df6c15ee497090c6def81c88f6
parente79d2fc993dcd6fb328c31b2a0466cf7413a8276
cli: sanitize tabs and newlines to spaces in notmuch search

Sanitize tabs and newlines to spaces rather than question marks in
--output=summary --format=text output.

This will also hide any difference in unfolding a header that has been
folded with a tab. Our own header parser replaces tabs with spaces,
while gmime would retain the tab.
notmuch-search.c
test/T090-search-output.sh