mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-06 22:50:35 -04:00
docs
This commit is contained in:
parent
8ce3dc2ecf
commit
dff068d75b
7 changed files with 91 additions and 139 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue