mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-12 11:58:33 +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