Build mailbox management page
This commit is contained in:
parent
cff776dc8c
commit
c87880c544
3 changed files with 420 additions and 12 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue