Added support to starttls preference in c++ (#9120)

This commit is contained in:
Matteo Biscosi 2025-04-09 12:23:07 +02:00
parent 71814088b2
commit dfedafe4e4
2 changed files with 9 additions and 9 deletions

View file

@ -502,7 +502,7 @@ if auth.has_capability(auth.capabilities.preferences) then
i18n("prefs.email_notification") .. '</th></tr></thead>')
prefsToggleButton(subpage_active, {
field = "toggle_starttls",
default = "0",
default = "1",
pref = "starttls"
})