diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 17:53:47 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-05-02 17:53:47 +0200 |
commit | c05a640571b57bd63e67867f9d8122c4e2d1d183 (patch) | |
tree | 0d5d977014b14f9b9dff10b27943f060d98ace4b /config.yml.example | |
parent | 1df51b8703ea952073d80c1690c1f4ea03521e4c (diff) | |
download | feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.tar.gz feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.tar.bz2 feed2imap-go-c05a640571b57bd63e67867f9d8122c4e2d1d183.zip |
Typo and mention config example in README
Diffstat (limited to 'config.yml.example')
-rw-r--r-- | config.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
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"] |