summaryrefslogtreecommitdiff
path: root/alot/settings
diff options
context:
space:
mode:
Diffstat (limited to 'alot/settings')
-rw-r--r--alot/settings/manager.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/alot/settings/manager.py b/alot/settings/manager.py
index 1aaffa4f..839929b6 100644
--- a/alot/settings/manager.py
+++ b/alot/settings/manager.py
@@ -129,9 +129,8 @@ class SettingsManager(object):
regexp = abook['regexp']
if cmd is not None and regexp is not None:
ef = abook['shellcommand_external_filtering']
- args['abook'] = ExternalAddressbook(cmd,
- regexp,
- external_filtering=ef)
+ args['abook'] = ExternalAddressbook(
+ cmd, regexp, external_filtering=ef)
else:
msg = 'underspecified abook of type \'shellcommand\':'
msg += '\ncommand: %s\nregexp:%s' % (cmd, regexp)