X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fglobals.py;h=f5fad72aa4edf638f98b2508e0bce501fd2a9e55;hp=823c3e23332fce884505f07f25fa4b2ed896c00a;hb=7bf5be75ae8e3c2d4e8c06bba8b44f4fd495349b;hpb=f1c6e22ee60c6e546315368aa3c3d90be36cd945 diff --git a/bindings/python/notmuch/globals.py b/bindings/python/notmuch/globals.py index 823c3e23..f5fad72a 100644 --- a/bindings/python/notmuch/globals.py +++ b/bindings/python/notmuch/globals.py @@ -22,7 +22,7 @@ from ctypes import CDLL, Structure, POINTER #----------------------------------------------------------------------------- #package-global instance of the notmuch library try: - nmlib = CDLL("libnotmuch.so.2") + nmlib = CDLL("libnotmuch.so.3") except: raise ImportError("Could not find shared 'notmuch' library.")