guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: services: web: Use the Patchwork default-from-email.


From: guix-commits
Subject: 01/02: services: web: Use the Patchwork default-from-email.
Date: Sun, 9 Feb 2020 06:19:09 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit f325a33e1638e4f786168900995a9a4b3f1dc1f1
Author: Christopher Baines <address@hidden>
AuthorDate: Sun Feb 9 11:17:13 2020 +0000

    services: web: Use the Patchwork default-from-email.
    
    Previously this wasn't used, but it should have been.
    
    * gnu/services/web.scm (patchwork-settings-module-compiler): Use the
    default-from-email.
---
 gnu/services/web.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index 3ac7b7f..0751408 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -1436,6 +1436,10 @@ ALLOWED_HOSTS = [
           allowed-hosts))
 "]
 
+DEFAULT_FROM_EMAIL = '" #$default-from-email "'
+SERVER_EMAIL = DEFAULT_FROM_EMAIL
+NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL
+
 ADMINS = [
 " #$(string-concatenate
      (map (match-lambda



reply via email to

[Prev in Thread] Current Thread [Next in Thread]