Apply suggestion to internal/store/mailbox_message.go

This commit is contained in:
Jakub Cuth
2020-06-05 09:58:33 +00:00
parent f82ab3189b
commit 7963b3c152

View File

@ -24,7 +24,7 @@ import (
bolt "go.etcd.io/bbolt"
)
var errAllMailOpNotAllowed = errors.New("operation not supported for 'All Mail' folder")
var ErrAllMailOpNotAllowed = errors.New("operation not allowed for 'All Mail' folder")
// GetMessage returns the `pmapi.Message` struct wrapped in `StoreMessage`
// tied to this mailbox.