]> git.notmuchmail.org Git - notmuch/blobdiff - cnotmuch/notmuch.py
fix documentations, and add a very brittle notmuch reply command
[notmuch] / cnotmuch / notmuch.py
index 29d30c4ff182a528ca6f0194dd3cf734e4156eb2..306940e95105c6fc149503eb84d545d63ee0003c 100644 (file)
@@ -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'