mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
some more stubs
--HG-- extra : transplant_source : %2A%C5%3C%C0u%B8%0DLx%3Eg%A2%06%F6%1E%B8%99C7%B3
This commit is contained in:
parent
5cb8dbeab5
commit
7b9ddcb6a6
1 changed files with 5 additions and 1 deletions
6
notmuch
6
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.
|
||||
|
|
Loading…
Reference in a new issue