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/feed.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 'internal/feed/feed.go')
-rw-r--r-- | internal/feed/feed.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/feed/feed.go b/internal/feed/feed.go index 1a6ef97..9ed44df 100644 --- a/internal/feed/feed.go +++ b/internal/feed/feed.go @@ -35,6 +35,7 @@ type feeditem struct { updateOnly bool reasons []string images []feedImage + itemId string } // Creator returns the name of the creating author. |