diff options
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | config.yml.example | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -12,6 +12,8 @@ It also includes the features that up to now only lived on [my own branch][nec]. It aims to be compatible in functionality and configuration, and should mostly work as a drop-in replacement (but see [Changes](#changes)). +An example configuration can be found [here](config.yml.example). + ## Features * Support for most feed formats. See [gofeed documentation](https://github.com/mmcdole/gofeed/blob/master/README.md#features) diff --git a/config.yml.example b/config.yml.example index df0db39..bef8f08 100644 --- a/config.yml.example +++ b/config.yml.example @@ -15,7 +15,7 @@ target: imap://test%40example.com:passw0rd@mail.example.com:143/INBOX/Feeds timeout: 30 # Maximum number of failures allowed before they are reported in normal mode. # By default, failures are only visible in verbose mode. Most feeds tend to suffer from temporary failures. -max-failures: 10, +max-failures: 10 # Parts to generate in the resulting emails. # Valid parts are "text" and "html" parts: ["text", "html"] |