You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Fix typo (duplicate self). Fixes #683
This commit is contained in:
@@ -271,7 +271,7 @@ class User(Base, Email):
|
|||||||
@property
|
@property
|
||||||
def destination(self):
|
def destination(self):
|
||||||
if self.forward_enabled:
|
if self.forward_enabled:
|
||||||
result = self.self.forward_destination
|
result = self.forward_destination
|
||||||
if self.forward_keep:
|
if self.forward_keep:
|
||||||
result += ',' + self.email
|
result += ',' + self.email
|
||||||
return result
|
return result
|
||||||
|
|||||||
Reference in New Issue
Block a user