diff options
Diffstat (limited to '')
-rw-r--r-- | config.yml.example | 4 |
1 files changed, 3 insertions, 1 deletions
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. |