1
0
Fork 0

#46: Whitespace.

This commit is contained in:
Adam Coddington 2015-03-22 20:57:07 -07:00
parent 33db00f605
commit 2fa7e93a89

View file

@ -182,7 +182,7 @@ class Mailbox(models.Model):
if not archive_folder:
return None
return archive_folder[0]
@property
def folder(self):
folder = self._query_string.get('folder', None)