forked from Silverfish/proton-bridge
GODT-2223: Fix handling of create/update label events
This commit is contained in:
committed by
Leander Beernaert
parent
d68014ec7b
commit
e35f3b6056
@ -21,8 +21,6 @@ import "errors"
|
||||
|
||||
var (
|
||||
ErrNoSuchAddress = errors.New("no such address")
|
||||
ErrNotImplemented = errors.New("not implemented")
|
||||
ErrNotSupported = errors.New("not supported")
|
||||
ErrInvalidReturnPath = errors.New("invalid return path")
|
||||
ErrInvalidRecipient = errors.New("invalid recipient")
|
||||
ErrMissingAddrKey = errors.New("missing address key")
|
||||
|
||||
Reference in New Issue
Block a user