]> git.notmuchmail.org Git - notmuch/commit
lib: expose notmuch_message_get_database()
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 May 2018 06:57:52 +0000 (02:57 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 26 May 2018 14:30:32 +0000 (07:30 -0700)
commit9088db76d89264b733f6b45e776d8952da237921
tree42d9930598b27ab082da4502116f243a8c42861f
parent8a1eeecdfe83a5ca0a923e5d1e31bff076e406ce
lib: expose notmuch_message_get_database()

We've had _notmuch_message_database() internally for a while, and it's
useful.  It turns out to be useful on the other side of the library
interface as well (i'll use it later in this series for "notmuch
show"), so we expose it publicly now.
lib/index.cc
lib/message-property.cc
lib/message.cc
lib/notmuch-private.h
lib/notmuch.h