Replaced tabs with spaces to unify python sources

Signed-off-by: Vladimir Marek <vlmarek@volny.cz>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Vladimir Marek
2011-08-16 10:55:13 +02:00
committed by Nicolas Sebrecht
parent 8d858a0b78
commit 38b1d7b085
4 changed files with 25 additions and 25 deletions

View File

@ -73,7 +73,7 @@ class GmailRepository(IMAPRepository):
def gettrashfolder(self, foldername):
#: Where deleted mail should be moved
return self.getconf('trashfolder','[Gmail]/Trash')
def getspamfolder(self):
#: Gmail also deletes messages upon EXPUNGE in the Spam folder
return self.getconf('spamfolder','[Gmail]/Spam')