X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=4bf593a755a9025af6eccc90eba9ffaef22f0518;hb=422ba4becaf5a0accb5ce6e02f671d1f8706f455;hp=86e1b71c9ffe059ce8265c13c56465cba49cde5c;hpb=92d3c24bc82ab33e6316e3ecf6ed947e8bf9ed99;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 86e1b71c..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,Query +from database import Database,Tags,Query,Messages,Message,Tags from cnotmuch.globals import nmlib,STATUS,NotmuchError # 114 typedef struct _notmuch_query notmuch_query_t;