Revert restoreatime patch
This commit is contained in:
@@ -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
|
||||
|
@@ -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'))
|
||||
|
||||
|
Reference in New Issue
Block a user