]> git.notmuchmail.org Git - notmuch/commit
lib/index: separate state table definition from scanner.
authorDavid Bremner <david@tethera.net>
Thu, 8 Jun 2017 02:11:47 +0000 (23:11 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 1 Jul 2017 15:32:03 +0000 (12:32 -0300)
commit4a085a51376d888185e6719c397832173a4ba159
tree163e8511a9f72832fc8b9e376b8c32c2ff824af4
parent20c15bc820bee78cee62060a4f8cd027aa374f42
lib/index: separate state table definition from scanner.

We want to reuse the scanner definition with a different table.  This
is mainly code movement, and making the state table part of the filter
struct/class.
lib/index.cc