Only send notifications for unread entries * Don't request read entries, in case someone recently added a new feed and marked all as read
1 files changed, 1 insertions(+), 0 deletions(-) M main.go
M main.go => main.go +1 -0
@@ 151,6 151,7 @@ func (mfn *Mfn) execNotifications() error { filter.Limit = 0 filter.Direction = "asc" filter.AfterEntryID = lastEntry + filter.Status = "unread" notify = true }