From: martin f. krafft Date: Sun, 30 Sep 2007 16:35:31 +0000 (+0100) Subject: set verbose on first invocation X-Git-Tag: mailplate-0.1~8 X-Git-Url: https://git.madduck.net/code/mailplate.git/commitdiff_plain/08674f5191c95221b9e3a3d348913d1b2e916d17 set verbose on first invocation --- diff --git a/mailplate b/mailplate index 2b0789d..4b03c05 100755 --- a/mailplate +++ b/mailplate @@ -235,6 +235,7 @@ helpers = { 'get_quote' : 'fortune -s' } if not os.path.exists(CONFFILE): # conffile does not exist, let's create it with defaults. + options.verbose = True if not os.path.isdir(MAILPLATEDIR): info('configuration directory not found, creating: ' + MAILPLATEDIR)