add exampe for NotmuchMailChecker

This commit is contained in:
Simon 2012-10-17 17:24:03 -05:00
parent 72456c996a
commit d2643dad6d

View File

@ -41,5 +41,9 @@ if __name__ == '__main__':
mde = modsde.ModsDeChecker(mdesettings)
status.register_module(mde)
db_path = 'path_to_your_notmuch_database'
notmuch = notmuchmailchecker.NotmuchMailChecker(db_path)
status.register_module(notmuch)
# start the handler
status.run()