Fix drafts deleting/duplicating (#96)

This commit is contained in:
Athozus 2023-06-04 12:29:39 +02:00
parent 7822ff3038
commit c655ff32e2
No known key found for this signature in database
GPG Key ID: B50895022E8484BF

View File

@ -29,6 +29,8 @@ function mail.show_compose(name, to, subject, body, cc, bcc, id)
if id then
msg_id[name] = id
else
msg_id[name] = nil
end
minetest.show_formspec(name, FORMNAME, formspec)