]> git.notmuchmail.org Git - notmuch/blobdiff - thread.cc
TODO: A couple new items.
[notmuch] / thread.cc
index 9b49c5502fe544479f82479aed4cfe002805777d..e4c9e111a7c4af21901a6cadbf0df4543ce86697 100644 (file)
--- a/thread.cc
+++ b/thread.cc
@@ -96,7 +96,7 @@ _notmuch_thread_set_subject (notmuch_thread_t *thread, const char *subject)
 }
 
 const char *
-_notmuch_thread_get_subject (notmuch_thread_t *thread)
+notmuch_thread_get_subject (notmuch_thread_t *thread)
 {
     return thread->subject;
 }