From acd43c32925fbdfec6b9309aeec4fa43ed731938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 17 Oct 2021 17:21:53 +0200 Subject: Update documentation --- config.yml.example | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index cc2c5da..1c51b6b 100644 --- a/config.yml.example +++ b/config.yml.example @@ -20,6 +20,11 @@ target: # The example from above would read: # target: imap://test%40example.com:passw0rd@mail.example.com:143/INBOX/Feeds +# NB: Instead of specifying the target on the global level, for compatibility with old configurations, it is also allowed +# to specify the full URL string for each feed. +# When doing so, _all_ target strings must point to the same server, else an error will be thrown. +# See https://github.com/Necoro/feed2imap-go/issues/6 for more details. + ## Global Options # Location of the cache. Can also be overwritten on the command line. cache: "feed.cache" -- cgit v1.2.3