summaryrefslogtreecommitdiff
path: root/alot/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/__main__.py')
-rw-r--r--alot/__main__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/alot/__main__.py b/alot/__main__.py
index fc34164f..ee5e442a 100644
--- a/alot/__main__.py
+++ b/alot/__main__.py
@@ -106,6 +106,8 @@ def main():
settings.read_config()
settings.read_notmuch_config()
except (ConfigError, OSError, IOError) as e:
+ print('Error when parsing a config file. '
+ 'See log for potential details.')
sys.exit(e)
# store options given by config swiches to the settingsManager: