]> git.notmuchmail.org Git - notmuch/commit
lib/index: add simple html filter
authorDavid Bremner <david@tethera.net>
Thu, 8 Jun 2017 02:11:49 +0000 (23:11 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 1 Jul 2017 15:32:27 +0000 (12:32 -0300)
commit6dd00d64863dfc0563877ca7899231b8c3058c49
tree143c3f199ff195d2f3036f6aa42e570b56d4ced4
parent64f81f95a19b28681a74a58b8cae205bff885755
lib/index: add simple html filter

The filter just drops all (HTML) tags. As an enabling change, pass the
content type to the filter constructor so we can decide which scanner
to user.
lib/index.cc
test/T680-html-indexing.sh