]> git.notmuchmail.org Git - notmuch/commit
database: Add new notmuch_database_find_message
authorCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 22:37:51 +0000 (15:37 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 22:40:20 +0000 (15:40 -0700)
commit6c5054ebee5beb72c22d91a57c66b8ecdc65f7bf
tree7a081e37908a868ca0f25adb87dd4e6e31fcef54
parent8ad4350fef132b016bbab5eeb1c4a713e51035c6
database: Add new notmuch_database_find_message

With this function, and the recently added support for
notmuch_message_get_thread_ids, we now recode the find_thread_ids
function to work just the way we expect a user of the public
notmuch API to work. Not too bad really.
database.cc
message.cc
notmuch-private.h
notmuch.h