X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fquery.py;fp=bindings%2Fpython%2Fnotmuch%2Fquery.py;h=10fb6dcce4d3b6450386c8008a46d882b243cbd9;hp=a91bb74091c3392e3fe8f92f7641cf770f521bc9;hb=5ce8e0b11b40f733e6231d2067764e76717a341a;hpb=86cbd215eb67d7b996c977352a50e70c101cb641 diff --git a/bindings/python/notmuch/query.py b/bindings/python/notmuch/query.py index a91bb740..10fb6dcc 100644 --- a/bindings/python/notmuch/query.py +++ b/bindings/python/notmuch/query.py @@ -185,7 +185,7 @@ class Query(object): raise NullPointerError return Messages(msgs_p, self) - _count_messages = nmlib.notmuch_query_count_messages_st + _count_messages = nmlib.notmuch_query_count_messages _count_messages.argtypes = [NotmuchQueryP, POINTER(c_uint)] _count_messages.restype = c_uint