remove settings variable

This commit is contained in:
Simon 2012-10-17 17:41:33 -05:00
parent 814f365fbe
commit e279f8e2bf

View File

@ -13,11 +13,6 @@ class NotmuchMailChecker(object):
and "unread"
"""
settings = {
'color': '#ff0000',
'servers': []
}
db_path = ''
def __init__(self, db_path):