]> rtime.felk.cvut.cz Git - notmuch.git/blobdiff - cnotmuch/notmuch.py
[REV2] adding part, simplifying Message.get_parts(), and fixing json to work with...
[notmuch.git] / cnotmuch / notmuch.py
index 306940e95105c6fc149503eb84d545d63ee0003c..484bf7fdf144f41fd4310f3213f28d2672ef21dc 100644 (file)
 
 """
 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.1+'
 __AUTHOR__ ='Sebastian Spaeth <Sebastian@SSpaeth.de>'