mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-04 21:50:28 -04:00
migration fixes
This commit is contained in:
parent
106e94eee7
commit
39f47437b6
3 changed files with 3 additions and 3 deletions
2
gui.lua
2
gui.lua
|
@ -322,7 +322,7 @@ function mail.replyall(name, message)
|
|||
mail.ensure_new_format(message)
|
||||
local replyfooter = "Type your reply here.\n\n--Original message follows--\n" ..message.body
|
||||
-- new recipients are the sender plus the original recipients, minus ourselves
|
||||
local recipients = message.to
|
||||
local recipients = message.to or ""
|
||||
if message.sender ~= nil then
|
||||
recipients = message.sender .. ", " .. recipients
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue