From 7f80b1d255a1094612e90585ca862082b6cff115 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 13 Mar 2018 11:43:51 +0100 Subject: settings: Remove quotes from misc.email_from They actually get put in the mail. There is no quoting support in the ini parser apparently. Signed-off-by: Florian Pritz --- settings.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.conf.example b/settings.conf.example index d24d01d..8934bbd 100644 --- a/settings.conf.example +++ b/settings.conf.example @@ -3,5 +3,5 @@ username=foo password=bar [misc] -email_from = "foo@bar.com" +email_from = foo@bar.com name = Foobar -- cgit v1.2.3-24-g4f1b