summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-01-02 12:05:35 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-01-02 12:05:35 +0100
commit96595f510158fadd3158af6ad0ccb4121610a83f (patch)
tree4af616026600230d1a435f21c9dc01c47900849a
parentc5da8810eeea4810f0fb20eb6fbc6c813771994d (diff)
downloadplan9front-96595f510158fadd3158af6ad0ccb4121610a83f.tar.xz
nedmail: do not recursively plumb email multipart attachments in print command
-rw-r--r--sys/src/cmd/upas/ned/nedmail.c2
1 files changed, 1 insertions, 1 deletions
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",