]> git.notmuchmail.org Git - notmuch/commit
lib: merge internal prefix tables
authorDavid Bremner <david@tethera.net>
Fri, 17 Feb 2017 03:07:49 +0000 (23:07 -0400)
committerDavid Bremner <david@tethera.net>
Sun, 19 Feb 2017 02:17:39 +0000 (22:17 -0400)
commite30fa4182fbae7b302d1e90de9f36a8d08a47c1b
tree33feeeb707a14704c1621a38a16606fee7819154
parent08343d3da03a11e7a575981fac20ab10426f19be
lib: merge internal prefix tables

Replace multiple tables with some flags in a single table. This makes
the code in notmuch_database_open_verbose a bit shorter, and it should
also make it easier to add other options to fields, e.g. regexp
searching.
lib/database-private.h
lib/database.cc