diff --git a/notmuchmailchecker.py b/notmuchmailchecker.py index 729df76..37fdf3f 100644 --- a/notmuchmailchecker.py +++ b/notmuchmailchecker.py @@ -1,10 +1,10 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -import sys -import json -from datetime import datetime,timedelta +# note that this needs the notmuch python bindings. For more info see: +# http://notmuchmail.org/howto/#index4h2 import notmuch +import json class NotmuchMailChecker(object): """