]> git.notmuchmail.org Git - notmuch/commitdiff
lib: support user prefix names in term generation
authorDavid Bremner <david@tethera.net>
Tue, 26 Feb 2019 01:57:40 +0000 (21:57 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 25 May 2019 10:17:27 +0000 (07:17 -0300)
This should not change the indexing process yet as nothing calls
_notmuch_message_gen_terms with a user prefix name. On the other hand,
it should not break anything either.

_notmuch_database_prefix does a linear walk of the list of (built-in)
prefixes, followed by a logarithmic time search of the list of user
prefixes. The latter is probably not really noticable.


No differences found