repository/Gmail.py Unused argument
I removed this argument. The function is not used.
This commit is contained in:
parent
3aba335109
commit
75f979d45b
@ -95,7 +95,7 @@ class GmailRepository(IMAPRepository):
|
||||
def getfoldertype(self):
|
||||
return folder.Gmail.GmailFolder
|
||||
|
||||
def gettrashfolder(self, foldername):
|
||||
def gettrashfolder(self):
|
||||
# Where deleted mail should be moved
|
||||
return self.getconf('trashfolder', '[Gmail]/Trash')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user