mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-19 16:46:55 +00:00
GODT-1327: Reset cache path to default when disabling
This commit is contained in:
@ -53,3 +53,7 @@ func (c *fakeCache) GetIMAPCachePath() string {
|
||||
func (c *fakeCache) GetTransferDir() string {
|
||||
return c.dir
|
||||
}
|
||||
|
||||
func (c *fakeCache) GetDefaultMessageCacheDir() string {
|
||||
return c.dir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user