git: 9front

Download patch

ref: cb6f7204833fc9861d6bcfd18141024334fd1c7e
parent: 50fa73307c0c29e2c4053883758e71f846dec414
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Fri Jan 2 07:05:35 EST 2015

nedmail: do not recursively plumb email multipart attachments in print command

--- a/sys/src/cmd/upas/ned/nedmail.c
+++ b/sys/src/cmd/upas/ned/nedmail.c
@@ -1443,7 +1443,7 @@
 					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",
--