Build mailbox management page

This commit is contained in:
DonVoo 2026-07-12 17:38:36 +02:00
parent cff776dc8c
commit c87880c544
3 changed files with 420 additions and 12 deletions

View file

@ -240,9 +240,6 @@ func normalizeAccount(a *Account) {
if a.MboxDir == "" {
a.MboxDir = a.Name
}
if !a.Active {
a.Active = true
}
}
func boolInt(v bool) int {