forked from mirror/django-mailbox
Fix typo in Message.reply
This commit is contained in:
parent
d6c20d1b0a
commit
2b40c9efd0
1 changed files with 1 additions and 1 deletions
|
|
@ -511,7 +511,7 @@ class Message(models.Model):
|
|||
pre-set it.
|
||||
|
||||
"""
|
||||
if not self.from_email:
|
||||
if not message.from_email:
|
||||
if self.mailbox.from_email:
|
||||
message.from_email = self.mailbox.from_email
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue