From 26c4cd410eee27c6e5764d991d3f495635c87faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 10 May 2020 16:14:10 +0200 Subject: Allow options on group level. Closes #12. --- config.yml.example | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index ef78d70..14f413e 100644 --- a/config.yml.example +++ b/config.yml.example @@ -24,7 +24,7 @@ parts: ["text", "html"] default-email: username@hostname ## Per-Feed Options -# Defaults for options per feed, overridable in each feed +# Defaults for options per feed, overridable in each feed and group # 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: @@ -72,6 +72,8 @@ feeds: min-frequency: 12 # Groups can be used for, well, grouping. - group: Linux + # You can specify options on group level that are then used for all feeds contained + min-frequency: 6 feeds: - name: Arch Linux # Use `target` to specify the folder name. -- cgit v1.2.3