X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=06c7b11bb8648de7488092c6c2d63efed3e13bf0;hp=10fb6dcce4d3b6450386c8008a46d882b243cbd9;hb=3721bd45d72e50436ee760b03ae533d49bbb8724;hpb=5ce8e0b11b40f733e6231d2067764e76717a341a diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index 10fb6dcc..06c7b11b 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -204,7 +204,7 @@ class Query(object): raise NotmuchError(status) return count.value - _count_threads = nmlib.notmuch_query_count_threads_st + _count_threads = nmlib.notmuch_query_count_threads _count_threads.argtypes = [NotmuchQueryP, POINTER(c_uint)] _count_threads.restype = c_uint