From a3dc93cabc6303777673a12b4a69f3ed7d7480d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 17 Oct 2021 13:36:48 +0200 Subject: Improve documentation in configuration --- config.yml.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.yml.example') diff --git a/config.yml.example b/config.yml.example index 1f2c159..cc2c5da 100644 --- a/config.yml.example +++ b/config.yml.example @@ -12,9 +12,9 @@ target: host: mail.example.com # port; optional if scheme is given port: 143 - # root denotes the root of the hierarchy for all feeds. Probably should start with INBOX. - # Allowed delimiters in PATH are '/' -- they will be replaced by the correct delimiter. If you know yours, you can - # also use that. + # root denotes the root of the hierarchy for all feeds. Probably should start with INBOX, but may also be empty. + # The allowed delimiter in the path is either '/' as a default, or the one used by your mailserver, if so known (for + # example: '.'). root: INBOX/Feeds # Instead of the verbose target, specifiying a URI is also legitimate. Be sure to properly url-encode user and password. # The example from above would read: -- cgit v1.2.3