aboutsummaryrefslogtreecommitdiffstats
path: root/global-functions
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-03-31 13:34:30 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-03-31 13:34:30 +0200
commit40970fb738ffe932bd8cad92e4cd62c0f19dc2f3 (patch)
treec4d48a19349d033db3ad88a95d87a50102a4a728 /global-functions
parente33b4af43396fbe542db11494dbd8053aad9c6c8 (diff)
global-functions: $SendEMail: always return a value
... overwise it opens a prompt "value:".
Diffstat (limited to 'global-functions')
-rw-r--r--global-functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions
index cc4f1b9..9655255 100644
--- a/global-functions
+++ b/global-functions
@@ -540,7 +540,7 @@
:global EmailGeneralCc;
:if ([ :len $EmailGeneralTo ] = 0) do={
- :return;
+ :return false;
}
:do {