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

@ -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
}