X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=thread.cc;h=e4c9e111a7c4af21901a6cadbf0df4543ce86697;hp=9b49c5502fe544479f82479aed4cfe002805777d;hb=df959868d9fc4f78682da3363d15685d69d2353b;hpb=c12823648ee84b4748e0e9f0cd97f7264911b589 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; }