mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-27 11:27:06 +02:00
Add NOQUEUE modifier; reverse order of args to soleq and make second arg optional (defaults to today())
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user