[PATCH v3 1/8] lib: expose notmuch_message_get_database()

David Bremner david at tethera.net
Tue May 22 18:14:24 PDT 2018


Daniel Kahn Gillmor <dkg at fifthhorseman.net> writes:

> +/**
> + * Get the database associated with this message.
> + *
> + * @since libnotmuch 5.2 (notmuch 0.27)
> + */
> +notmuch_database_t *
> +notmuch_message_get_database (notmuch_message_t *message);
> +

Let's make sure we actually bump the library minor version this time.

d


More information about the notmuch mailing list