From 279f332883747417ae3f8382ef5802ce0648c7d5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 5 Aug 2024 22:09:14 +0200 Subject: [PATCH] domain settings: add a title to the Email section to have a separation w.r.t. the portal settings --- share/config_domain.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/config_domain.toml b/share/config_domain.toml index e9ec5a437..68afe61bc 100644 --- a/share/config_domain.toml +++ b/share/config_domain.toml @@ -51,6 +51,7 @@ name = "Features" add_yunohost_portal_to_choices = true [feature.mail] + name = "Email" [feature.mail.mail_out] type = "boolean"