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

@@ -1,5 +1,5 @@
# Base repository support
# Copyright (C) 2002, 2003 John Goerzen
# Copyright (C) 2002, 2003, 2006 John Goerzen
# <jgoerzen@complete.org>
#
# This program is free software; you can redistribute it and/or modify

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'))