Add NOQUEUE modifier; reverse order of args to soleq and make second arg optional (defaults to today())

This commit is contained in:
Dianne Skoll
2022-12-23 11:04:18 -05:00
parent af88e393f9
commit a1eafb2c89
6 changed files with 23 additions and 6 deletions
+1
View File
@@ -75,6 +75,7 @@ int QueueReminder(ParsePtr p, Trigger *trig,
QueuedRem *qelem;
if (DontQueue ||
trig->noqueue ||
tim->ttime == NO_TIME ||
trig->typ == CAL_TYPE ||
tim->ttime < SystemTime(0) / 60 ||