We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05b8c1 commit 562c565Copy full SHA for 562c565
global-functions
@@ -330,6 +330,11 @@
330
:local AllDone true;
331
:local QueueLen [ :len $EmailQueue ];
332
333
+ :if ([ /tool/e-mail/get last-status ] = "in-progress") do={
334
+ $LogPrintExit2 debug $0 ("Sending mail in currently in progress, not flushing.") false;
335
+ :return false;
336
+ }
337
+
338
:if ([ $IsTimeSync ] = false) do={
339
$LogPrintExit2 debug $0 ("Time is not synced, not flushing.") false;
340
:return false;
0 commit comments