aboutsummaryrefslogtreecommitdiffstats
path: root/mod/notification-email
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-01-11 00:31:49 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-01-12 15:40:05 +0100
commit47a657d25c44910b548410dea84b092e5d5488dc (patch)
tree1f816b6f15e0f5ddb6fc944a246e34580601eb55 /mod/notification-email
parentc8e22f33c25db61a3f8287aae812017f79e8cba1 (diff)
mod/notification-*: support extra text (or emojis 🚀) in notification tagschange-87
Diffstat (limited to 'mod/notification-email')
-rw-r--r--mod/notification-email3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/notification-email b/mod/notification-email
index 8868941..b03e176 100644
--- a/mod/notification-email
+++ b/mod/notification-email
@@ -107,10 +107,11 @@
# generate the e-mail subject
:set NotificationEMailSubject do={
:global Identity;
+ :global IdentityExtra;
:global QuotedPrintable;
- :return [ $QuotedPrintable ("[" . $Identity . "] " . $1) ];
+ :return [ $QuotedPrintable ("[" . $IdentityExtra . $Identity . "] " . $1) ];
}
# send notification via e-mail - expects one array argument