Simplify logic for updating of number of queued reminders.

This commit is contained in:
Dianne Skoll
2023-12-18 14:48:49 -05:00
parent e7ac4f95be
commit 3df2b72175
2 changed files with 8 additions and 11 deletions

View File

@@ -2860,12 +2860,6 @@ proc IssueBackgroundReminder { file time now tag } {
exec "/bin/sh" "-c" $Option(RunCmd) "&"
}
}
# reread status
if {$file != "stdin"} {
puts $file "STATUS"
flush $file
}
}
#***********************************************************************