When feeding reminder on stdin, prefix with "$time: "

This commit is contained in:
Dianne Skoll
2020-08-18 12:13:59 -04:00
parent 4d3790bc1a
commit 0e7e1b1b75

View File

@@ -2560,7 +2560,7 @@ proc IssueBackgroundReminder { file time now tag } {
}
if {$Option(RunCmd) != ""} {
if {$Option(FeedReminder)} {
FeedReminderToCommand $Option(RunCmd) $msg
FeedReminderToCommand $Option(RunCmd) "$time: $msg"
} else {
exec "/bin/sh" "-c" $Option(RunCmd) "&"
}