From b00a72fb3d5d4938eda4348d8f417f50db1eece2 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 7 Sep 2009 12:39:57 +0200 Subject: Fixed configuration bug (using : instead of =) --- configuration | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configuration') diff --git a/configuration b/configuration index 43fbfa6..5e0f453 100644 --- a/configuration +++ b/configuration @@ -18,8 +18,8 @@ comments: True newest_first: True [smtp] -new_comment_mail= False -mail_to= please@change.me!!! -smtp_host= localhost -smtp_user= -smtp_pass= +new_comment_mail: False +mail_to: please@change.me!!! +smtp_host: localhost +smtp_user: +smtp_pass: -- cgit v1.2.3