docs: fix minor typo (#4513)
Some checks failed
Documentation / Deploy Docs (push) Has been cancelled
Lint / lint (push) Has been cancelled
Documentation / Update `versions.json` if necessary (push) Has been cancelled
Documentation / update `latest` symlink if neccessary (push) Has been cancelled

Co-authored-by: Casper <casperklein@users.noreply.github.com>
This commit is contained in:
Éric Veiras 2025-06-23 20:18:15 +02:00 committed by GitHub
parent 63f183dfc1
commit 6bc4d243e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: