X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fdatabase.py;h=bb8a963252d0d088f54ddbc696cc244428fb6882;hp=44fd31548f7583801827ac9470211332c83f2848;hb=775d3bc31384726e707057d30ba84b0906a286c1;hpb=f70b84cb39075a8e2404ccfbf7f749b481a30f4b diff --git a/cnotmuch/database.py b/cnotmuch/database.py index 44fd3154..bb8a9632 100644 --- a/cnotmuch/database.py +++ b/cnotmuch/database.py @@ -2,7 +2,7 @@ import os from ctypes import c_int, c_char_p, c_void_p, c_uint, c_long, byref from cnotmuch.globals import nmlib, STATUS, NotmuchError, Enum from cnotmuch.thread import Threads -from cnotmuch.message import Messages +from cnotmuch.message import Messages, Message from cnotmuch.tag import Tags class Database(object):