From d563ce2feb94029d3dd518830790573077f84b16 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 4 May 2020 23:35:16 +0200 Subject: Min frequency should be 0 by default --- pkg/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/config/config.go b/pkg/config/config.go index 8d97a56..8e2aff6 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -50,7 +50,7 @@ type Options struct { // Default feed options var DefaultFeedOptions = Options{ Body: "default", - MinFreq: 1, + MinFreq: 0, InclImages: true, EmbedImages: false, IgnHash: false, -- cgit v1.2.3-54-g00ecf