summaryrefslogtreecommitdiff
path: root/alot/settings/manager.py
diff options
context:
space:
mode:
authorJulian Mehne <julian.mehne@posteo.de>2018-01-07 22:28:30 +0100
committerJulian Mehne <julian.mehne@posteo.de>2018-01-08 17:51:07 +0100
commitedd6c76123c033b9ddc53d674ae396f5ac9fe305 (patch)
treefdd9e62ddf90c21a83b4392ad27038605c1183ab /alot/settings/manager.py
parent29ca68415ba51fbaa979865ce83cae709585a4dc (diff)
Log unknown settings in configuration and theme files.
Diffstat (limited to 'alot/settings/manager.py')
-rw-r--r--alot/settings/manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 10a441ed..dffe1b32 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -79,7 +79,7 @@ class SettingsManager(object):
"""parse alot's config file from path"""
spec = os.path.join(DEFAULTSPATH, 'alot.rc.spec')
newconfig = read_config(
- self.alot_rc_path, spec, checks={
+ self.alot_rc_path, spec, report_extra=True, checks={
'mail_container': checks.mail_container,
'force_list': checks.force_list,
'align': checks.align_mode,