repository/Gmail.py Unused argument

I removed this argument. The function is not used.
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-30 14:17:10 +02:00
parent 3aba335109
commit 75f979d45b

View File

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