Files
remind/tests/queue1.rem
Dianne Skoll e832eb868c
All checks were successful
Remind unit tests / tests (push) Successful in 36s
Make INFO require "Header: Value" strings; make the "info" element in the JSON output a hash instead of an array.
2025-01-30 16:58:56 -05:00

7 lines
235 B
Plaintext

FSET msgprefix(x) "Priority: " + x + "; Filename: " + filename() + ": "
REM at 23:56 MSG foo
REM PRIORITY 42 at 23:57 INFO "Info: yuppers" MSG bar
REM PRIORITY 999 at 23:58 INFO "Info2: Nope" INFO "Info3: heh" MSG quux
DO queue2.rem