From f050a250526dfc38336150518819aa2d7bfadd72 Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Wed, 1 Aug 2012 09:05:07 +0100 Subject: do not write default config if missing This has been done before to provide the default bindings, which are now read directly from defautls/default.bindings during startup. --- alot/init.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'alot/init.py') diff --git a/alot/init.py b/alot/init.py index ced647eb..aaa2f22c 100755 --- a/alot/init.py +++ b/alot/init.py @@ -152,10 +152,6 @@ def main(): break # use only the first try: - if not alotconfig: - alotconfig = configfiles[0] - settings.write_default_config(alotconfig) - settings.read_config(alotconfig) settings.read_notmuch_config(notmuchconfig) except (ConfigError, OSError, IOError), e: -- cgit v1.2.3