X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch;h=abd44854e3c404f0d121f73186d67a26b40216c8;hp=e30fccd6c9460b7cc20890436f6089933f2b28df;hb=7b9ddcb6a63b29f7088674e1590224b484d8a11d;hpb=5cb8dbeab5d168d9a1abef93a46158b62ae07462;ds=sidebyside 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.