mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-03 22:37:08 +02:00
Add a $DeltaOffset read-only system variable that is set by "-tNNN" option.
This commit is contained in:
@@ -463,6 +463,7 @@ static SysVar SysVarArr[] = {
|
||||
{ "Daemon", 0, INT_TYPE, &Daemon, 0, 0 },
|
||||
{ "DateSep", 1, SPECIAL_TYPE, date_sep_func, 0, 0 },
|
||||
{ "DefaultPrio", 1, INT_TYPE, &DefaultPrio, 0, 9999 },
|
||||
{ "DeltaOffset", 0, INT_TYPE, &DeltaOffset, 0, 0 },
|
||||
{ "DontFork", 0, INT_TYPE, &DontFork, 0, 0 },
|
||||
{ "DontQueue", 0, INT_TYPE, &DontQueue, 0, 0 },
|
||||
{ "DontTrigAts", 0, INT_TYPE, &DontIssueAts, 0, 0 },
|
||||
|
||||
Reference in New Issue
Block a user