X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=85efc70243e2b12c6cfc919c935f5566df434b11;hp=166a59467eec711ac8fb9b5d22f3e6b6027818da;hb=86cbd215eb67d7b996c977352a50e70c101cb641;hpb=1e982de508c39dae7a61403f536df74c180dfb72 diff --git a/notmuch-reply.c b/notmuch-reply.c index 166a5946..85efc702 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -645,7 +645,7 @@ static int do_reply(notmuch_config_t *config, sp = sprinter_sexp_create (config, stdout); } - status = notmuch_query_search_messages_st (query, &messages); + status = notmuch_query_search_messages (query, &messages); if (print_status_query ("notmuch reply", query, status)) return 1;