This commit is contained in:
BuckarooBanzay 2023-03-28 15:28:38 +02:00 committed by Athozus
parent 8ce3dc2ecf
commit dff068d75b
No known key found for this signature in database
GPG key ID: B50895022E8484BF
7 changed files with 91 additions and 139 deletions

View file

@ -41,7 +41,7 @@ function mail.migrate_v2_to_v3()
if msg.to then
table.insert(entry.inbox, {
id = mail.new_uuid(),
sender = msg.sender,
from = msg.sender or msg.from,
to = msg.to,
cc = msg.cc,
subject = msg.subject,