mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-05-20 22:52:09 +02:00
- Add $DefaultDelta system variable.
- Make FRENAME delete definition of newname if oldname is not defined. - Document FRENAME, $DefaultDelta and the char(8) hack.
This commit is contained in:
@@ -866,6 +866,7 @@ static SysVar SysVarArr[] = {
|
||||
{"December", 1, STR_TYPE, &DynamicMonthName[11],0, 0 },
|
||||
{"DedupeReminders",1, INT_TYPE, &DedupeReminders, 0, 1 },
|
||||
{"DefaultColor", 1, SPECIAL_TYPE, default_color_func, 0, 0 },
|
||||
{"DefaultDelta", 1, INT_TYPE, &DefaultDelta, 0, 10000 },
|
||||
{"DefaultPrio", 1, INT_TYPE, &DefaultPrio, 0, 9999 },
|
||||
{"DefaultTDelta", 1, INT_TYPE, &DefaultTDelta, 0, 1440 },
|
||||
{"DeltaOverride", 0, INT_TYPE, &DeltaOverride, 0, 0 },
|
||||
|
||||
Reference in New Issue
Block a user