X-Git-Url: https://git.madduck.net/code/mailplate.git/blobdiff_plain/e25523802d9c24ab7110037056f87e0a1c88c116..08674f5191c95221b9e3a3d348913d1b2e916d17:/mailplate 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)