Remove comment on selected_idxs test (show_sent)

This commit is contained in:
Athozus 2023-02-23 11:37:23 +01:00
parent f58af625c5
commit 92a7c71d7f
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -172,10 +172,10 @@ function mail.show_sent(name)
end
end
end
--if selected_idxs.messages[name] then
-- formspec[#formspec + 1] = ";"
-- formspec[#formspec + 1] = tostring(selected_idxs.messages[name] + 1)
--end
if selected_idxs.messages[name] then
formspec[#formspec + 1] = ";"
formspec[#formspec + 1] = tostring(selected_idxs.messages[name] + 1)
end
formspec[#formspec + 1] = "]"
end
end