From 61be416429c7071ce4507f33020a042fe6747e51 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 17 Oct 2012 17:30:06 -0500 Subject: [PATCH] make class comment more clear --- notmuchmailchecker.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/notmuchmailchecker.py b/notmuchmailchecker.py index 3268233..f2ad311 100644 --- a/notmuchmailchecker.py +++ b/notmuchmailchecker.py @@ -8,8 +8,9 @@ import json class NotmuchMailChecker(object): """ - This class checks for the number of unread messages in the notmuch - database using the notmuch python bindings + This class uses the notmuch python bindings to check for the + number of messages in the notmuch database with the tags "inbox" + and "unread" """ settings = {