Merge remote-tracking branch 'upstream/master' into standarize-images

This commit is contained in:
Tim Möhlmann
2018-10-31 16:22:21 +02:00
17 changed files with 456 additions and 7 deletions

View File

@@ -271,7 +271,7 @@ class User(Base, Email):
@property
def destination(self):
if self.forward_enabled:
result = self.self.forward_destination
result = self.forward_destination
if self.forward_keep:
result += ',' + self.email
return result