]> git.notmuchmail.org Git - notmuch/commitdiff
lib: provide config API
authorDavid Bremner <david@tethera.net>
Tue, 22 Mar 2016 10:54:47 +0000 (07:54 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 24 May 2016 11:53:03 +0000 (08:53 -0300)
This is a thin wrapper around the Xapian metadata API. The job of this
layer is to keep the config key value pairs from colliding with other
metadata by transparently prefixing the keys, along with the usual glue
to provide a C interface.

The split of _get_config into two functions is to allow returning of the
return value with different memory ownership semantics.


No differences found