mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 16:46:55 +00:00
GODT-1740: Opt-out All Mail visibility in settings file.
This commit is contained in:
@ -31,6 +31,7 @@ type cacheProvider interface {
|
||||
type bridger interface {
|
||||
GetUser(query string) (bridgeUser, error)
|
||||
HasError(err error) bool
|
||||
IsAllMailVisible() bool
|
||||
}
|
||||
|
||||
type bridgeUser interface {
|
||||
|
||||
Reference in New Issue
Block a user