diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 18:51:37 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 18:51:37 +0200 |
commit | 477241a2c2356c61b7317246040aee50d2a7a81d (patch) | |
tree | 56a040ab9c938d71455366ade90d1c5443440d32 /internal/feed/cache.go | |
parent | c05a640571b57bd63e67867f9d8122c4e2d1d183 (diff) | |
download | feed2imap-go-477241a2c2356c61b7317246040aee50d2a7a81d.tar.gz feed2imap-go-477241a2c2356c61b7317246040aee50d2a7a81d.tar.bz2 feed2imap-go-477241a2c2356c61b7317246040aee50d2a7a81d.zip |
WIP: Message-Ids
Diffstat (limited to '')
-rw-r--r-- | internal/feed/cache.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/feed/cache.go b/internal/feed/cache.go index f1dfb77..731eab1 100644 --- a/internal/feed/cache.go +++ b/internal/feed/cache.go @@ -27,6 +27,7 @@ type CachedFeed interface { Checked(withFailure bool) Failures() int Last() time.Time + ID() string filterItems(items []feeditem, ignoreHash bool, alwaysNew bool) []feeditem Commit() } |