X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=2fa6e5a369595379c0fc7defe47a17294f36dc8f;hp=85efc70243e2b12c6cfc919c935f5566df434b11;hb=5ce8e0b11b40f733e6231d2067764e76717a341a;hpb=86cbd215eb67d7b996c977352a50e70c101cb641 diff --git a/notmuch-reply.c b/notmuch-reply.c index 85efc702..2fa6e5a3 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -630,7 +630,7 @@ static int do_reply(notmuch_config_t *config, if (format == FORMAT_JSON || format == FORMAT_SEXP) { unsigned count; - status = notmuch_query_count_messages_st (query, &count); + status = notmuch_query_count_messages (query, &count); if (print_status_query ("notmuch reply", query, status)) return 1;