Revert restoreatime patch

This commit is contained in:
John Goerzen
2006-05-04 09:05:46 +01:00
parent 91d7ecfc68
commit 5a6b2a1ebd
4 changed files with 1 additions and 37 deletions

View File

@ -33,9 +33,6 @@ class MaildirRepository(BaseRepository):
self.ui = UIBase.getglobalui()
self.debug("MaildirRepository initialized, sep is " + repr(self.getsep()))
def getrestoreatime(self):
return self.getconfboolean('restoreatime', 0)
def getlocalroot(self):
return os.path.expanduser(self.getconf('localfolders'))