diff --git a/api.lua b/api.lua index 6af7d36..65d466f 100644 --- a/api.lua +++ b/api.lua @@ -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,