diff options
| author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-02 12:05:35 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-01-02 12:05:35 +0100 |
| commit | 96595f510158fadd3158af6ad0ccb4121610a83f (patch) | |
| tree | 4af616026600230d1a435f21c9dc01c47900849a | |
| parent | c5da8810eeea4810f0fb20eb6fbc6c813771994d (diff) | |
| download | plan9front-96595f510158fadd3158af6ad0ccb4121610a83f.tar.xz | |
nedmail: do not recursively plumb email multipart attachments in print command
| -rw-r--r-- | sys/src/cmd/upas/ned/nedmail.c | 2 |
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", |
