X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=inline;f=thread.cc;h=e4c9e111a7c4af21901a6cadbf0df4543ce86697;hb=fbf55bfe2fdcdf3773ba37a9921875530e94c7b3;hp=9b49c5502fe544479f82479aed4cfe002805777d;hpb=c12823648ee84b4748e0e9f0cd97f7264911b589;p=notmuch diff --git a/thread.cc b/thread.cc index 9b49c550..e4c9e111 100644 --- 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; }