aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Spaeth <sebastian@sspaeth.de>2010-03-16 12:28:05 +0100
committerSebastian Spaeth <sebastian@sspaeth.de>2010-03-16 12:28:05 +0100
commit7b9ddcb6a63b29f7088674e1590224b484d8a11d (patch)
treeee580a044a0393afd0d675851ef29901dbb9822b
parent5cb8dbeab5d168d9a1abef93a46158b62ae07462 (diff)
some more stubs
--HG-- extra : transplant_source : %2A%C5%3C%C0u%B8%0DLx%3Eg%A2%06%F6%1E%B8%99C7%B3
-rwxr-xr-xnotmuch6
1 files changed, 5 insertions, 1 deletions
diff --git a/notmuch b/notmuch
index e30fccd6..abd44854 100755
--- 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
-from cnotmuch import notmuch
+
+def init_notmuch():
+ import os
+ from cnotmuch import notmuch
+ #TODO Handle variable: NOTMUCH-CONFIG
#-------------------------------------------------------------------------
HELPTEXT="""The notmuch mail system.