diff --git a/src/notifications.scm b/src/notifications.scm index 31020f4..5d6d272 100644 --- a/src/notifications.scm +++ b/src/notifications.scm @@ -78,7 +78,8 @@ (send-mail (ldict-ref em 'body) #:from (*email-from*) #:headers (ldict-ref em 'headers '()) - #:to (ldict-ref em 'to) + #:to (list (ldict-ref em 'to) + (ldict-ref em 'cc)) #:subject (ldict-ref em 'subject))) ;; Creates reminder email body