From 6bc4d243e2f29f07a38ae3452e335fd8fc014ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Veiras?= Date: Mon, 23 Jun 2025 20:18:15 +0200 Subject: [PATCH] docs: fix minor typo (#4513) Co-authored-by: Casper --- docs/content/config/advanced/mail-sieve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/config/advanced/mail-sieve.md b/docs/content/config/advanced/mail-sieve.md index 93ac8601..11197a6f 100644 --- a/docs/content/config/advanced/mail-sieve.md +++ b/docs/content/config/advanced/mail-sieve.md @@ -94,7 +94,7 @@ When mail is delivered to your account, it is possible to organize storing mail # Check if the mail recipient address has a tag (:detail) if envelope :detail :matches "to" "*" { - # Create a variable `tag`, with the the captured `to` value normalized (SoCIAL => Social) + # Create a variable `tag`, with the captured `to` value normalized (SoCIAL => Social) set :lower :upperfirst "tag" "${1}"; # Store the mail into a folder with the tag name, nested under your inbox folder: