revert renaming "sender" to "from" to maintain backwards compatibility

This commit is contained in:
Peter Nerlich 2020-08-12 11:51:01 +02:00
parent 1f5a963d78
commit 8beec340d3
4 changed files with 6 additions and 7 deletions

View file

@ -50,7 +50,6 @@ end
function mail.ensure_new_format(message)
if message.sender then
message.from = message.sender
message.to = name
end
end