make class comment more clear

This commit is contained in:
Simon 2012-10-17 17:30:06 -05:00
parent 942a8635a0
commit 61be416429

View File

@ -8,8 +8,9 @@ import json
class NotmuchMailChecker(object): class NotmuchMailChecker(object):
""" """
This class checks for the number of unread messages in the notmuch This class uses the notmuch python bindings to check for the
database using the notmuch python bindings number of messages in the notmuch database with the tags "inbox"
and "unread"
""" """
settings = { settings = {