X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fruby%2Fquery.c;fp=bindings%2Fruby%2Fquery.c;h=8b46d700bdab01554c8944ec7903ea9ce8a3707e;hp=b6edaef32b208b1aea4ed809476fb403169ff8f1;hb=3721bd45d72e50436ee760b03ae533d49bbb8724;hpb=5ce8e0b11b40f733e6231d2067764e76717a341a diff --git a/bindings/ruby/query.c b/bindings/ruby/query.c index b6edaef3..8b46d700 100644 --- a/bindings/ruby/query.c +++ b/bindings/ruby/query.c @@ -201,7 +201,7 @@ notmuch_rb_query_count_threads (VALUE self) Data_Get_Notmuch_Query (self, query); - status = notmuch_query_count_threads_st (query, &count); + status = notmuch_query_count_threads (query, &count); if (status) notmuch_rb_status_raise (status);