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
@@ -80,6 +80,7 @@ Token TokArray[] = {
{ "monday", 3, T_WkDay, 0 },
{ "msf", 3, T_RemType, MSF_TYPE },
{ "msg", 3, T_RemType, MSG_TYPE },
{ "noqueue", 7, T_NoQueue, 0 },
{ "november", 3, T_Month, 10 },
{ "october", 3, T_Month, 9 },
{ "omit", 3, T_Omit, 0 },