aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/item.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 22:07:17 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-10 22:07:17 +0200
commit5e5d848b1324cc5ea3991276f2a0750883e5aab0 (patch)
tree50135bb4613d5486225b7cf90e409e4209bf9a76 /internal/feed/item.go
parent26c4cd410eee27c6e5764d991d3f495635c87faf (diff)
downloadfeed2imap-go-5e5d848b1324cc5ea3991276f2a0750883e5aab0.tar.gz
feed2imap-go-5e5d848b1324cc5ea3991276f2a0750883e5aab0.tar.bz2
feed2imap-go-5e5d848b1324cc5ea3991276f2a0750883e5aab0.zip
Text part in emails
Diffstat (limited to 'internal/feed/item.go')
-rw-r--r--internal/feed/item.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/feed/item.go b/internal/feed/item.go
index 52915bf..3cb9089 100644
--- a/internal/feed/item.go
+++ b/internal/feed/item.go
@@ -22,6 +22,7 @@ type item struct {
Feed *gofeed.Feed
feed *Feed
Body string
+ TextBody string
updateOnly bool
reasons []string
images []feedImage