]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/ruby/query.c
lib: replace n_query_search_threads with status returning version
[notmuch] / bindings / ruby / query.c
index ce66926cfe7428b0c825fcb388d69d898f332aa4..4b3f1c4f761a3c32f5101d299ed53bb1b3fea52e 100644 (file)
@@ -138,7 +138,7 @@ notmuch_rb_query_search_threads (VALUE self)
 
     Data_Get_Notmuch_Query (self, query);
 
-    status = notmuch_query_search_threads_st (query, &threads);
+    status = notmuch_query_search_threads (query, &threads);
     if (status)
        notmuch_rb_status_raise (status);