X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fquery.c;h=b6edaef32b208b1aea4ed809476fb403169ff8f1;hp=2e36df6a05814a7feb18baef5f2e025fa021c1c8;hb=5ce8e0b11b40f733e6231d2067764e76717a341a;hpb=86cbd215eb67d7b996c977352a50e70c101cb641 diff --git a/bindings/ruby/query.c b/bindings/ruby/query.c index 2e36df6a..b6edaef3 100644 --- a/bindings/ruby/query.c +++ b/bindings/ruby/query.c @@ -180,7 +180,7 @@ notmuch_rb_query_count_messages (VALUE self) Data_Get_Notmuch_Query (self, query); - status = notmuch_query_count_messages_st (query, &count); + status = notmuch_query_count_messages (query, &count); if (status) notmuch_rb_status_raise (status);