Skip to content

Commit

Permalink
fix: update the date of the last check
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix86 committed Nov 16, 2023
1 parent d29a533 commit d6bc00b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions feeders/imap.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func (f *Imap) fetchMessages() error {
if err := <-done; err != nil {
return fmt.Errorf("fetching: %s", err)
}
f.lastCheck = time.Now()

return nil
}
Expand Down

0 comments on commit d6bc00b

Please sign in to comment.