diff options
author | Christian Hesse <mail@eworm.de> | 2020-07-17 07:50:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-07-17 07:52:56 +0200 |
commit | 0e7b2d3ac735ca4922dc87671138297623ebd4bc (patch) | |
tree | 303a965dedddbcf5f203be4963eb089ba18014f6 /sms-forward | |
parent | 4a5185ae28a120cc576d5566c54f093f80284db8 (diff) |
sms-forward: use $SymbolByUnicodeName
Diffstat (limited to 'sms-forward')
-rw-r--r-- | sms-forward | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sms-forward b/sms-forward index d435421..88b39b9 100644 --- a/sms-forward +++ b/sms-forward @@ -11,6 +11,7 @@ :global LogPrintExit; :global MailServerIsUp; :global SendNotification; +:global SymbolByUnicodeName; :global WaitFullyConnected; :if ([ / tool sms get receive-enabled ] = false) do={ @@ -46,7 +47,7 @@ $WaitFullyConnected; } :if ([ :len $Messages ] > 0) do={ - $SendNotification ("\F0\9F\93\A8 SMS Forwarding from " . $Phone) \ + $SendNotification ([ $SymbolByUnicodeName "incoming-envelope" ] . " SMS Forwarding from " . $Phone) \ ("These message(s) were received by " . $Identity . \ " from " . $Phone . ":" . $Messages); :foreach Sms in=$Delete do={ |