]> git.notmuchmail.org Git - notmuch/commitdiff
some more stubs
authorSebastian Spaeth <sebastian@sspaeth.de>
Tue, 16 Mar 2010 11:28:05 +0000 (12:28 +0100)
committerSebastian Spaeth <sebastian@sspaeth.de>
Tue, 16 Mar 2010 11:28:05 +0000 (12:28 +0100)
--HG--
extra : transplant_source : %2A%C5%3C%C0u%B8%0DLx%3Eg%A2%06%F6%1E%B8%99C7%B3

notmuch

diff --git a/notmuch b/notmuch
index e30fccd6c9460b7cc20890436f6089933f2b28df..abd44854e3c404f0d121f73186d67a26b40216c8 100755 (executable)
--- a/notmuch
+++ b/notmuch
@@ -1,7 +1,11 @@
 #!/usr/bin/env python
 """This is a notmuch implementation in python. It's goal is to allow running the test suite on the cnotmuch python bindings."""
 import sys
 #!/usr/bin/env python
 """This is a notmuch implementation in python. It's goal is to allow running the test suite on the cnotmuch python bindings."""
 import sys
-from cnotmuch import notmuch
+
+def init_notmuch():
+   import os
+   from cnotmuch import notmuch
+   #TODO Handle variable: NOTMUCH-CONFIG
 
 #-------------------------------------------------------------------------
 HELPTEXT="""The notmuch mail system.
 
 #-------------------------------------------------------------------------
 HELPTEXT="""The notmuch mail system.