git: 9front

Download patch

ref: fcf5999565aeb574c38842138d953172f65b2814
parent: 331ec9e6a17964aa78b4ca9b1565901bc5e01671
author: cinap_lenrek <cinap_lenrek@gmx.de>
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;
--