repository/Gmail.py Unused argument
I removed this argument. The function is not used.
This commit is contained in:
		| @@ -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') | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Rodolfo García Peñas (kix)
					Rodolfo García Peñas (kix)