From 96595f510158fadd3158af6ad0ccb4121610a83f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 2 Jan 2015 12:05:35 +0100 Subject: nedmail: do not recursively plumb email multipart attachments in print command --- sys/src/cmd/upas/ned/nedmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/upas/ned/nedmail.c b/sys/src/cmd/upas/ned/nedmail.c index fbbbceeb8..457f4705a 100644 --- a/sys/src/cmd/upas/ned/nedmail.c +++ b/sys/src/cmd/upas/ned/nedmail.c @@ -1443,7 +1443,7 @@ pcmd(Cmd*, Message *m) else Bprint(&out, "\n--- %s %s/body\n\n", buf, s_to_c(s)); - pcmd(nil, nm); + // pcmd(nil, nm); } else { if(cp->ext != nil) Bprint(&out, "\n!--- %s %s/body.%s\n", -- cgit v1.2.3