forked from Silverfish/proton-bridge
fix(GODT-2805): Ignore Contact Group Labels
This commit is contained in:
@ -133,7 +133,7 @@ func toIMAPMessage(message proton.MessageMetadata) imap.Message {
|
||||
|
||||
func WantLabel(label proton.Label) bool {
|
||||
if label.Type != proton.LabelTypeSystem {
|
||||
return true
|
||||
return label.Type != proton.LabelTypeContactGroup
|
||||
}
|
||||
|
||||
// nolint:exhaustive
|
||||
|
||||
Reference in New Issue
Block a user