GODT-1327: Reset cache path to default when disabling

This commit is contained in:
Alexander Bilyak
2021-11-10 18:04:22 +01:00
committed by Jakub
parent 778b17c44e
commit 41f2ffa4ec
3 changed files with 9 additions and 3 deletions

View File

@ -32,6 +32,7 @@ type Locator interface {
type CacheProvider interface {
GetIMAPCachePath() string
GetDBDir() string
GetDefaultMessageCacheDir() string
}
type SettingsProvider interface {