fix variable to be local

This commit is contained in:
Peter Nerlich 2020-07-31 19:08:31 +02:00
parent 522eb0a9ee
commit f5387e2750

View File

@ -62,7 +62,7 @@ function mail.send(src, dst, subject, body)
end
-- form the actual mail
msg = {
local msg = {
unread = true,
from = m.from,
to = m.to,