X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fmessage.cc;h=b84e5e1c8895deae3d7c88d62e3235341120053b;hp=956a70a9572f861d5ba5aadc1d4154f15794e398;hb=9b73a8bcc9cb381fc1a15013f4baa3ec9fdb97a7;hpb=b53e1a2da720e9a0efd815b92f0a54dc2f644ffc diff --git a/lib/message.cc b/lib/message.cc index 956a70a9..b84e5e1c 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -1626,3 +1626,9 @@ notmuch_message_destroy (notmuch_message_t *message) { talloc_free (message); } + +notmuch_database_t * +_notmuch_message_database (notmuch_message_t *message) +{ + return message->notmuch; +}