X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=4bf593a755a9025af6eccc90eba9ffaef22f0518;hb=65061756489566f134b6aeec7ef51cb6164be088;hp=8400f37c78e31648549c8ff3013983cbdc32ccf9;hpb=b4fdf0ae30e0847a759c01524898d0b9d803c43b;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 8400f37c..4bf593a7 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -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,Messages,Message,Tags from cnotmuch.globals import nmlib,STATUS,NotmuchError # 114 typedef struct _notmuch_query notmuch_query_t;