mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 16:31:43 -04:00
Remove comment on selected_idxs test (show_sent)
This commit is contained in:
parent
f58af625c5
commit
92a7c71d7f
1 changed files with 4 additions and 4 deletions
8
gui.lua
8
gui.lua
|
@ -172,10 +172,10 @@ function mail.show_sent(name)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
--if selected_idxs.messages[name] then
|
if selected_idxs.messages[name] then
|
||||||
-- formspec[#formspec + 1] = ";"
|
formspec[#formspec + 1] = ";"
|
||||||
-- formspec[#formspec + 1] = tostring(selected_idxs.messages[name] + 1)
|
formspec[#formspec + 1] = tostring(selected_idxs.messages[name] + 1)
|
||||||
--end
|
end
|
||||||
formspec[#formspec + 1] = "]"
|
formspec[#formspec + 1] = "]"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue