]> git.notmuchmail.org Git - notmuch/commit
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)
commite34e2a68b62b50cc40e695d1a2690a7de382bba6
tree48009a0d92dafb6a603ad9f3c3208787102ed3d2
parent59488ee9298d4c29da206ec76fe66242f592caa4
lib: factor out feature name related code.

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.
lib/Makefile.local
lib/database-private.h
lib/database.cc
lib/features.cc [new file with mode: 0644]