]> git.notmuchmail.org Git - notmuch/commit
Add notmuch_message_get_thread_ids function
authorCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 22:23:08 +0000 (15:23 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2009 22:23:08 +0000 (15:23 -0700)
commit8ad4350fef132b016bbab5eeb1c4a713e51035c6
treea859cc515eae87993cbf8b971551f98dc188b786
parentd008389a4ae306e510b11cc18947d305704f9236
Add notmuch_message_get_thread_ids function

Along with all of the notmuch_thread_ids_t iterator functions.
Using a consistent idiom seems better here rather than returning
a comma-separated string and forcing the user to parse it.
message.cc
notmuch.h