]> git.cworth.org Git - notmuch/blobdiff - notmuch.c
Fix incorrect name of _notmuch_thread_get_subject.
[notmuch] / notmuch.c
index ae1d5976b71f426329e09964b9c412ba854ab606..c432d0d7863883e3f4df9274fc3ab2a5e4bf0863 100644 (file)
--- a/notmuch.c
+++ b/notmuch.c
@@ -653,7 +653,7 @@ search_command (int argc, char *argv[])
 
        printf ("%s %s",
                notmuch_thread_get_thread_id (thread),
-               _notmuch_thread_get_subject (thread));
+               notmuch_thread_get_subject (thread));
 
        printf (" (");
        for (tags = notmuch_thread_get_tags (thread);