]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
lib: replace n_query_search_threads with status returning version
[notmuch] / notmuch-show.c
index 7451d5ab563cd03a33df05671d4efce5af7eb12c..75fb284986eb068548a4b957afe96675cda63d3f 100644 (file)
@@ -947,7 +947,7 @@ do_show (void *ctx,
     notmuch_messages_t *messages;
     notmuch_status_t status, res = NOTMUCH_STATUS_SUCCESS;
 
-    status= notmuch_query_search_threads_st (query, &threads);
+    status= notmuch_query_search_threads (query, &threads);
     if (print_status_query ("notmuch show", query, status))
        return 1;