mail: fix incorrect specification of settings

This commit is contained in:
enkore 2015-06-05 13:25:25 +02:00
parent 375bbb6962
commit 4383a34446

View File

@ -6,8 +6,7 @@ class Backend(SettingsBase):
"""Handles the details of checking for mail""" """Handles the details of checking for mail"""
unread = 0 unread = 0
settings = ("account", "Account name") settings = (("account", "Account name"),)
# required = ("account", )
account = "Default account" account = "Default account"