X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=306940e95105c6fc149503eb84d545d63ee0003c;hp=29d30c4ff182a528ca6f0194dd3cf734e4156eb2;hb=9058e3d1b55ed35cda2df6426578435934af19de;hpb=f55c9af9abc7782f7bb5c5fb4e91732b18919da7 diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 29d30c4f..306940e9 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -33,6 +33,9 @@ """ from database import Database, Query +from message import Messages +from thread import Threads +from tag import Tags from cnotmuch.globals import nmlib, STATUS, NotmuchError __LICENSE__="GPL v3+" __VERSION__='0.2.0'