make class comment more clear
This commit is contained in:
parent
942a8635a0
commit
61be416429
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user