X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=f6a9a232fee224e6cf897e9310519b556b6ad177;hp=306940e95105c6fc149503eb84d545d63ee0003c;hb=2a5884633c341660e5cc4c841dfe6898e47b9a60;hpb=9058e3d1b55ed35cda2df6426578435934af19de diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 306940e9..f6a9a232 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -33,10 +33,10 @@ """ from database import Database, Query -from message import Messages -from thread import Threads +from message import Messages, Message +from thread import Threads, Thread from tag import Tags from cnotmuch.globals import nmlib, STATUS, NotmuchError __LICENSE__="GPL v3+" -__VERSION__='0.2.0' +__VERSION__='0.2.2' __AUTHOR__ ='Sebastian Spaeth '