X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=484bf7fdf144f41fd4310f3213f28d2672ef21dc;hb=f70b84cb39075a8e2404ccfbf7f749b481a30f4b;hp=ad480288731d4e2004f5b8cf27a6ec7afee7ae9b;hpb=898341f7f7412bc1fd405b1b9778f84780ac15c5;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index ad480288..484bf7fd 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -33,7 +33,10 @@ """ from database import Database, Query +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.1.1' +__VERSION__='0.2.1+' __AUTHOR__ ='Sebastian Spaeth '