mod/notification-*: support extra text (or emojis 🚀) in notification tags

This commit is contained in:
Christian Hesse 2023-01-11 00:31:49 +01:00
parent c8e22f33c2
commit 47a657d25c
6 changed files with 16 additions and 7 deletions

View file

@ -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