From 7436acdf086b5933a005952102b1fdf1f30c434a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Thu, 24 Apr 2003 09:58:29 +0000 Subject: [PATCH] Renamed uuencoded property to uue (used for enable both uuencode and decode). --- exec/newslink.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/newslink.js b/exec/newslink.js index 2bb9f36f45..c5452d1c77 100644 --- a/exec/newslink.js +++ b/exec/newslink.js @@ -491,7 +491,7 @@ for(i in area) { fname=attachment_dir + fname; file=new File(fname); - file.uuencoded=true; + file.uue=true; if(file.open("w+b")) printf("Receiving/decoding attachment: %s\r\n",file.name); else -- GitLab