summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-10-02 13:18:55 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-10-02 13:18:55 +0100
commit77cc67db471301619873bf3b3daa9151d2d7d2fa (patch)
tree66d5f0378c9f487526e5fe88df776e435c220f6f
parent5eb203ddcba020d032d375223a46dfb3a3e57650 (diff)
cleanup init
-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)