]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/notmuch.py
message.py: Don't use ctypes.c_bool as that does not exist in python 2.5
[notmuch] / cnotmuch / notmuch.py
index ad480288731d4e2004f5b8cf27a6ec7afee7ae9b..484bf7fdf144f41fd4310f3213f28d2672ef21dc 100644 (file)
 
 """
 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 <Sebastian@SSpaeth.de>'