aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-25 17:54:41 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-25 17:54:41 +0200
commit5886c4396c7e24c8d86c0f18c2e7215f792e25fb (patch)
tree94f4bf00679cee58f59a78f9316459daf035dac9 /internal
parent60ff245e6d965785d54a212b2a4ddd9b16159460 (diff)
downloadfeed2imap-go-5886c4396c7e24c8d86c0f18c2e7215f792e25fb.tar.gz
feed2imap-go-5886c4396c7e24c8d86c0f18c2e7215f792e25fb.tar.bz2
feed2imap-go-5886c4396c7e24c8d86c0f18c2e7215f792e25fb.zip
Shortcut: do nothing, if there is no feed left
Diffstat (limited to 'internal')
-rw-r--r--internal/feed/state.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/internal/feed/state.go b/internal/feed/state.go
index 8efef5e..2a0a1e1 100644
--- a/internal/feed/state.go
+++ b/internal/feed/state.go
@@ -82,3 +82,7 @@ func (state *State) RemoveUndue() {
}
}
}
+
+func (state *State) NumFeeds() int {
+ return len(state.feeds)
+}
amp;id=a897312f30f879e39025d8dc2db395510874e40a&follow=1'>Bump github.com/google/go-cmp from 0.5.2 to 0.5.4 (#37)dependabot[bot]2-3/+3 2020-11-23Fix release.ymlv0.5.2René 'Necoro' Neumann1-3/+10 2020-11-23Prepare v0.5.2René 'Necoro' Neumann3-3/+8 2020-11-20Bump github.com/gabriel-vasile/mimetype from 1.1.1 to 1.1.2dependabot[bot]2-3/+3 2020-11-04Clean dependabot.ymlRené 'Necoro' Neumann1-4/+0