]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found