From e279f8e2bf3bfad11c33900c3a4d43288fb93069 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 17 Oct 2012 17:41:33 -0500 Subject: [PATCH] remove settings variable --- notmuchmailchecker.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/notmuchmailchecker.py b/notmuchmailchecker.py index f150cd8..51e59b0 100644 --- a/notmuchmailchecker.py +++ b/notmuchmailchecker.py @@ -13,11 +13,6 @@ class NotmuchMailChecker(object): and "unread" """ - settings = { - 'color': '#ff0000', - 'servers': [] - } - db_path = '' def __init__(self, db_path):