From be4a863672c8b93ecc678264485ba9ac8ec20951 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Thu, 22 Sep 2011 15:13:25 +0100 Subject: continue with defauls if no config found --- alot/init.py | 2 -- 1 file changed, 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) -- cgit v1.2.3