From 08674f5191c95221b9e3a3d348913d1b2e916d17 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sun, 30 Sep 2007 17:35:31 +0100 Subject: [PATCH] set verbose on first invocation --- mailplate | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2