diff options
author | Christian Hesse <mail@eworm.de> | 2020-05-15 20:31:54 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-05-15 20:31:54 +0200 |
commit | 215bf78ce1dca7596629bd88793d0859c96ed24e (patch) | |
tree | f4bc67fd5ba2bb06c4258398cb4185cc92cd9553 | |
parent | 77338563b742251c1a629dcf581f830b3c42eed2 (diff) |
global-functions: $MailServerIsUp: remove duplicate define
-rw-r--r-- | global-functions | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/global-functions b/global-functions index c7a0aaf..83d7b2a 100644 --- a/global-functions +++ b/global-functions @@ -331,7 +331,6 @@ # check if mail server is up :set MailServerIsUp do={ :local MailServer [ / tool e-mail get address ]; - :local MailHost $MailServer; :global LogPrintExit; |