mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-15 22:56:48 +00:00
Apply suggestion to internal/store/mailbox_message.go
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user