]> git.notmuchmail.org Git - notmuch/commitdiff
lib: make notmuch_message_get_database() take a const notmuch_message_t*
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 11 May 2018 06:57:54 +0000 (02:57 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 26 May 2018 14:32:01 +0000 (07:32 -0700)
This is technically an API change, but it is not an ABI change, and
it's merely a statement that limits what the library can do.

This is in parallel to notmuch_query_get_database(), which also takes
a const pointer.


No differences found