add exampe for NotmuchMailChecker
This commit is contained in:
parent
72456c996a
commit
d2643dad6d
@ -41,5 +41,9 @@ if __name__ == '__main__':
|
|||||||
mde = modsde.ModsDeChecker(mdesettings)
|
mde = modsde.ModsDeChecker(mdesettings)
|
||||||
status.register_module(mde)
|
status.register_module(mde)
|
||||||
|
|
||||||
|
db_path = 'path_to_your_notmuch_database'
|
||||||
|
notmuch = notmuchmailchecker.NotmuchMailChecker(db_path)
|
||||||
|
status.register_module(notmuch)
|
||||||
|
|
||||||
# start the handler
|
# start the handler
|
||||||
status.run()
|
status.run()
|
||||||
|
Loading…
Reference in New Issue
Block a user