From d563ce2feb94029d3dd518830790573077f84b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 4 May 2020 23:35:16 +0200 Subject: Min frequency should be 0 by default --- config.yml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index 52eae0a..ef78d70 100644 --- a/config.yml.example +++ b/config.yml.example @@ -28,8 +28,8 @@ default-email: username@hostname # NB: For compatibility with old feed2imap, options existing in feed2imap can also be specified at the toplevel, # i.e. not beneath 'options'. Triggers a warning though :) options: - # Frequency in hours for checking. - min-frequency: 1 + # Frequency in hours for checking. 0 = on each run. + min-frequency: 0 # Include images referenced in the item per URL in the mail. # For instance, when a feed item includes , this image is fetched # and included in the mail. -- cgit v1.2.3