global-functions: $FlushEmailQueue: do not flush if sending

This commit is contained in:
Christian Hesse
2022-09-25 18:44:14 +02:00
parent a05b8c1881
commit 562c565fcf
+5
View File
@@ -330,6 +330,11 @@
:local AllDone true;
:local QueueLen [ :len $EmailQueue ];
:if ([ /tool/e-mail/get last-status ] = "in-progress") do={
$LogPrintExit2 debug $0 ("Sending mail in currently in progress, not flushing.") false;
:return false;
}
:if ([ $IsTimeSync ] = false) do={
$LogPrintExit2 debug $0 ("Time is not synced, not flushing.") false;
:return false;