global-functions: $SendEMail: always return a value

... overwise it opens a prompt "value:".
This commit is contained in:
Christian Hesse 2020-03-31 13:34:30 +02:00
parent e33b4af433
commit 40970fb738

View file

@ -540,7 +540,7 @@
:global EmailGeneralCc; :global EmailGeneralCc;
:if ([ :len $EmailGeneralTo ] = 0) do={ :if ([ :len $EmailGeneralTo ] = 0) do={
:return; :return false;
} }
:do { :do {