From 28df70c8969ecc31c3a11a2071c59c4c90f9d488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 9 Jan 2022 13:25:19 +0100 Subject: #66: Documentation --- config.yml.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index 136d890..90e5370 100644 --- a/config.yml.example +++ b/config.yml.example @@ -36,6 +36,10 @@ max-failures: 10 # Parts to generate in the resulting emails. # Valid parts are "text" and "html" parts: ["text", "html"] +# Overwrite the default template for text/html. +# See https://github.com/Necoro/feed2imap-go/wiki/Detailed-Options for more information. +html-template: html.tpl +text-template: text.tpl # Email-Address to use in 'From' and 'To' when not specified in feed. # Default uses 'current user'@hostname default-email: username@hostname -- cgit v1.2.3