]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/notmuch.py
Implement Message().get|set_flag()
[notmuch] / cnotmuch / notmuch.py
index 306940e95105c6fc149503eb84d545d63ee0003c..019da2afc37052f45d529bba79f4482021fb806c 100644 (file)
@@ -33,8 +33,8 @@
 
 """
 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+"