X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=75fb284986eb068548a4b957afe96675cda63d3f;hp=7451d5ab563cd03a33df05671d4efce5af7eb12c;hb=1e982de508c39dae7a61403f536df74c180dfb72;hpb=a8a270522231b186493ecd97d56a1343382d51d8 diff --git a/notmuch-show.c b/notmuch-show.c index 7451d5ab..75fb2849 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -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;