shithub: riscv

Download patch

ref: 0d0eadef42f7e6c3f192d059befbabf57c2fa9bc
parent: ad84d289a2b4cb9e178396fcf3d0ba8f1bc22f56
author: cinap_lenrek <[email protected]>
date: Thu Jul 12 14:40:02 EDT 2012

mothra: handle email messages as plain text

--- a/sys/src/cmd/mothra/snoop.c
+++ b/sys/src/cmd/mothra/snoop.c
@@ -109,6 +109,7 @@
 
 	"image/",			PAGE,
 	"text/",			PLAIN,
+	"message/rfc822",		PLAIN,
 	};
 	char buf[128];
 	int i;