Fix drafts deleting/duplicating (#96)
This commit is contained in:
parent
7822ff3038
commit
c655ff32e2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user