]> git.cworth.org Git - notmuch/commitdiff
lib: factor out feature name related code.
authorDavid Bremner <david@tethera.net>
Sat, 8 Aug 2020 14:16:43 +0000 (11:16 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 23 Dec 2020 13:06:34 +0000 (09:06 -0400)
database.cc is uncomfortably large, and some of the static data
structures do not need to be shared as much as they are.

This is a somewhat small piece to factor out, but it will turn out to
be helpful to further refactoring.


No differences found