GODT-1686: Add Label/Folder filtering to pmapi

This commit is contained in:
Romain Le Jeune
2022-07-13 13:02:11 +00:00
parent 2566bdcedf
commit dd1e2b2100
11 changed files with 422 additions and 17 deletions

View File

@ -128,7 +128,7 @@ func (mc *mailboxCounts) getPMLabel() *pmapi.Label {
Path: mc.LabelName,
Color: mc.Color,
Order: mc.Order,
Type: pmapi.LabelTypeMailbox,
Type: pmapi.LabelTypeMailBox,
Exclusive: pmapi.Boolean(mc.IsFolder),
}
}