From 77cc67db471301619873bf3b3daa9151d2d7d2fa Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sun, 2 Oct 2011 13:18:55 +0100 Subject: cleanup init --- alot/init.py | 2 -- 1 file changed, 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) -- cgit v1.2.3