Re-scan list of remote folders on each sync
rather than just up-front. fixes deb#396772
This commit is contained in:
@ -106,6 +106,11 @@ class BaseRepository(CustomConfig.ConfigHelperMixin):
|
||||
"""Returns a list of ALL folders on this server."""
|
||||
return []
|
||||
|
||||
def forgetfolders(self):
|
||||
"""Forgets the cached list of folders, if any. Useful to run
|
||||
after a sync run."""
|
||||
pass
|
||||
|
||||
def getsep(self):
|
||||
raise NotImplementedError
|
||||
|
||||
|
Reference in New Issue
Block a user