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

This commit is contained in:
Christian Hesse 2022-09-23 15:01:03 +02:00
parent a05b8c1881
commit 562c565fcf

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;