From 18d544e402244dbef3dcd713fbff90c14afbb91b Mon Sep 17 00:00:00 2001 From: LDDestroier Date: Tue, 5 Mar 2019 21:19:07 -0500 Subject: [PATCH] Update sysmail.lua --- sysmail.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmail.lua b/sysmail.lua index 5f97d90..346ad6f 100644 --- a/sysmail.lua +++ b/sysmail.lua @@ -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