]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/notmuch.py
implement Query() and search_messages()
[notmuch] / cnotmuch / notmuch.py
index 8400f37c78e31648549c8ff3013983cbdc32ccf9..86e1b71c9ffe059ce8265c13c56465cba49cde5c 100644 (file)
@@ -1,6 +1,6 @@
 import ctypes
 from ctypes import c_int, c_char_p
-from database import Database,Tags
+from database import Database,Tags,Query
 from cnotmuch.globals import nmlib,STATUS,NotmuchError
 
 # 114 typedef struct _notmuch_query notmuch_query_t;