From d62001f5a4f3eabb01d774e5cba9d0193b0531f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kj=C3=A6r=20J=C3=B8rgensen?= Date: Thu, 14 Aug 2025 22:36:58 +0000 Subject: [PATCH] fix wrong configuration option for maildir (#606) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Kjær Jørgensen --- docs/source/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.md b/docs/source/usage.md index cd20cb8..6b1a8e3 100644 --- a/docs/source/usage.md +++ b/docs/source/usage.md @@ -369,7 +369,7 @@ The full set of configuration options are: - `mode` - str: The GELF transport type to use. Valid modes: `tcp`, `udp`, `tls` - `maildir` - - `reports_folder` - str: Full path for mailbox maidir location (Default: `INBOX`) + - `maildir_path` - str: Full path for mailbox maidir location (Default: `INBOX`) - `maildir_create` - bool: Create maildir if not present (Default: False) - `webhook` - Post the individual reports to a webhook url with the report as the JSON body