aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-02 17:53:47 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-02 17:53:47 +0200
commitc05a640571b57bd63e67867f9d8122c4e2d1d183 (patch)
tree0d5d977014b14f9b9dff10b27943f060d98ace4b
parent1df51b8703ea952073d80c1690c1f4ea03521e4c (diff)
downloadfeed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.tar.gz
feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.tar.bz2
feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.zip
Typo and mention config example in README
-rw-r--r--README.md2
-rw-r--r--config.yml.example2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bda5ce2..9aefbbc 100644
--- a/README.md
+++ b/README.md
@@ -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"]