mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-01 13:27:10 +02:00
Add support for -k: option --- applies command only to *queued* reminders.
This commit is contained in:
+1
-1
@@ -267,7 +267,7 @@ void HandleQueuedReminders(void)
|
||||
/* Set up global variables so some functions like trigdate()
|
||||
and trigtime() work correctly */
|
||||
SaveAllTriggerInfo(&(q->t), &(q->tt), DSEToday, q->tt.ttime, 1);
|
||||
(void) TriggerReminder(&p, &trig, &q->tt, DSEToday);
|
||||
(void) TriggerReminder(&p, &trig, &q->tt, DSEToday, 1);
|
||||
if (Daemon < 0) {
|
||||
printf("NOTE endreminder\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user