1
0
mirror of https://github.com/LDDestroier/CC/ synced 2024-12-13 03:30:28 +00:00

Update sysmail.lua

This commit is contained in:
LDDestroier 2019-03-05 21:19:07 -05:00 committed by GitHub
parent 729e6995ac
commit 18d544e402
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1443,7 +1443,7 @@ local clientInterface = function(srv)
client.deleteMail(srv, mailEntry)
refresh()
return
elseif key == keys.a and getTableLength(mail.attachments) > 0 https://github.com/LDDestroier/CC/raw/master/sysmail.luathen
elseif key == keys.a and getTableLength(mail.attachments) > 0 then
local path = downloadAttachments()
dialogueBox("DL'd to '" .. path .. "/'")
elseif key == keys.q then