X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=6400594898718ac606364f894fabeee693133f68;hp=ff8228fed1ef220a2e54e251f65849ce2615e0a8;hb=5ce8e0b11b40f733e6231d2067764e76717a341a;hpb=86cbd215eb67d7b996c977352a50e70c101cb641 diff --git a/notmuch-show.c b/notmuch-show.c index ff8228fe..64005948 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -908,7 +908,7 @@ do_show_single (void *ctx, notmuch_status_t status; unsigned int count; - status = notmuch_query_count_messages_st (query, &count); + status = notmuch_query_count_messages (query, &count); if (print_status_query ("notmuch show", query, status)) return 1;