From 4f92195d8a38b2b0ce6991321ef3e5f7474f8811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 10 Apr 2014 10:08:18 +0000 Subject: [PATCH] add SEND_MAIL variable so copr can send emails --- files/copr/fe/copr.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/copr/fe/copr.conf b/files/copr/fe/copr.conf index b8b90361fc..22899acf9a 100644 --- a/files/copr/fe/copr.conf +++ b/files/copr/fe/copr.conf @@ -28,3 +28,6 @@ SQLALCHEMY_ECHO = False CSRF_ENABLED = True WTF_CSRF_ENABLED = True + +# send emails when user's perms change in project? +SEND_EMAILS = True