forked from Silverfish/proton-bridge
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