From 075859c8986827b21c313affa896de814e3ae763 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 17 Jul 2020 08:07:12 +0200 Subject: global-functions: introduce and use $SymbolForNotification --- sms-forward | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sms-forward') diff --git a/sms-forward b/sms-forward index 88b39b9..8f38a4a 100644 --- a/sms-forward +++ b/sms-forward @@ -11,7 +11,7 @@ :global LogPrintExit; :global MailServerIsUp; :global SendNotification; -:global SymbolByUnicodeName; +:global SymbolForNotification; :global WaitFullyConnected; :if ([ / tool sms get receive-enabled ] = false) do={ @@ -47,7 +47,7 @@ $WaitFullyConnected; } :if ([ :len $Messages ] > 0) do={ - $SendNotification ([ $SymbolByUnicodeName "incoming-envelope" ] . " SMS Forwarding from " . $Phone) \ + $SendNotification ([ $SymbolForNotification "incoming-envelope" ] . "SMS Forwarding from " . $Phone) \ ("These message(s) were received by " . $Identity . \ " from " . $Phone . ":" . $Messages); :foreach Sms in=$Delete do={ -- cgit v1.2.3-54-g00ecf