mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-04 08:18:34 +00:00
GODT-1327: Reset cache path to default when disabling
This commit is contained in:
@ -32,6 +32,7 @@ type Locator interface {
|
||||
type CacheProvider interface {
|
||||
GetIMAPCachePath() string
|
||||
GetDBDir() string
|
||||
GetDefaultMessageCacheDir() string
|
||||
}
|
||||
|
||||
type SettingsProvider interface {
|
||||
|
||||
Reference in New Issue
Block a user