diff options
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml.example b/config.yml.example index 1c51b6b..136d890 100644 --- a/config.yml.example +++ b/config.yml.example @@ -65,6 +65,8 @@ options: # - content: Use the 'content' tag # - description: Use the 'description' tag # - both: Use both + # - fetch: Ignore the body delivered by the feed and instead fetch the linked website. + # It may be advisable to set `include-images` to false in that mode to avoid unexpected large mails. body: default # Disable a feed. Beats commenting ;) disable: false |