summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xalot/init.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/init.py b/alot/init.py
index ea3d32b1..1301763a 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -74,11 +74,9 @@ def main():
sys.exit('File %s does not exist' % expanded_path)
configfiles.insert(0, expanded_path)
- found_config = False
for configfilename in configfiles:
if os.path.exists(configfilename):
settings.config.read(configfilename)
- found_config = True
notmuchfile = os.path.expanduser(args.notmuchconfigfile)
settings.notmuchconfig.read(notmuchfile)