don't forget which message was selected (#25)

This commit is contained in:
fluxionary 2022-11-21 09:30:52 -08:00 committed by GitHub
parent 8062173a5a
commit 43bf5b9a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,6 @@ function mail.show_about(name)
end end
function mail.show_inbox(name) function mail.show_inbox(name)
selected_idxs.messages[name] = nil
local formspec = { mail.inbox_formspec } local formspec = { mail.inbox_formspec }
local messages = mail.getMessages(name) local messages = mail.getMessages(name)