summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-09-22 15:13:25 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-09-22 15:13:25 +0100
commitbe4a863672c8b93ecc678264485ba9ac8ec20951 (patch)
tree1c585f6500601e8b45bb43f4d17c22fa318abca1
parentc931f46a0e09d56ebac4ba8756505d25b8e0b1a1 (diff)
continue with defauls if no config found
-rwxr-xr-xalot/init.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/alot/init.py b/alot/init.py
index 77515b71..93c84149 100755
--- a/alot/init.py
+++ b/alot/init.py
@@ -80,8 +80,6 @@ def main():
if os.path.exists(configfilename):
settings.config.read(configfilename)
found_config = True
- if not found_config:
- sys.exit('No configuration file found (tried %s)' % ', '.join(configfiles))
notmuchfile = os.path.expanduser(args.notmuchconfigfile)
settings.notmuchconfig.read(notmuchfile)