mail: fix incorrect specification of settings
This commit is contained in:
parent
375bbb6962
commit
4383a34446
@ -6,8 +6,7 @@ class Backend(SettingsBase):
|
||||
"""Handles the details of checking for mail"""
|
||||
|
||||
unread = 0
|
||||
settings = ("account", "Account name")
|
||||
# required = ("account", )
|
||||
settings = (("account", "Account name"),)
|
||||
|
||||
account = "Default account"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user