aboutsummaryrefslogtreecommitdiff
path: root/config.yml.example
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 23:35:16 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 23:35:16 +0200
commitd563ce2feb94029d3dd518830790573077f84b16 (patch)
tree46ff93854fd755329df4a0d113876737dd95ff9d /config.yml.example
parent6cf3f77c79ff916f50098ff20718bb60b01ae67e (diff)
downloadfeed2imap-go-d563ce2feb94029d3dd518830790573077f84b16.tar.gz
feed2imap-go-d563ce2feb94029d3dd518830790573077f84b16.tar.bz2
feed2imap-go-d563ce2feb94029d3dd518830790573077f84b16.zip
Min frequency should be 0 by default
Diffstat (limited to 'config.yml.example')
-rw-r--r--config.yml.example4
1 files changed, 2 insertions, 2 deletions
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 <img src="https://some.example/foo.png">, this image is fetched
# and included in the mail.