X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=cnotmuch%2Fnotmuch.py;h=019da2afc37052f45d529bba79f4482021fb806c;hb=e80daac2931d99da10bf2d1d106fb35455455470;hp=29d30c4ff182a528ca6f0194dd3cf734e4156eb2;hpb=c4e88d3aba90d8daf14e766968b50c7754bd624d;p=notmuch diff --git a/cnotmuch/notmuch.py b/cnotmuch/notmuch.py index 29d30c4f..019da2af 100644 --- a/cnotmuch/notmuch.py +++ b/cnotmuch/notmuch.py @@ -33,6 +33,9 @@ """ 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.2.0'