From: Daniel Kahn Gillmor Date: Fri, 11 May 2018 06:57:54 +0000 (-0400) Subject: lib: make notmuch_message_get_database() take a const notmuch_message_t* X-Git-Tag: 0.27_rc0~18 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=6a9f26b4a04e20529203938a99658516876c67f3;hp=6a9f26b4a04e20529203938a99658516876c67f3 lib: make notmuch_message_get_database() take a const notmuch_message_t* 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. ---