From 779aa80ba3479036c9814402dc569ed578a66010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Mon, 17 Apr 2023 21:32:54 +0200 Subject: [PATCH] Fix summary mailto. --- src/notifications.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notifications.scm b/src/notifications.scm index 5c0d06c..9946661 100644 --- a/src/notifications.scm +++ b/src/notifications.scm @@ -46,7 +46,7 @@ configuration) ;; TODO - later move to configuration - (define *summary-mailto* "rada@brmlab.cz") + (define *summary-mailto* (make-parameter "rada@brmlab.cz")) ;; Prints email to the console (define (print-notification-email em)