forked from Silverfish/proton-bridge
Other: Implement subfolder support
This commit is contained in:
@ -160,7 +160,7 @@ func matchMailboxes(have, want []Mailbox) error {
|
||||
})
|
||||
|
||||
if !IsSub(want, have) {
|
||||
return fmt.Errorf("missing messages: %v", want)
|
||||
return fmt.Errorf("missing mailboxes: %v", want)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user