diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-12 18:40:02 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-07-12 18:40:02 +0200 |
commit | 0d0eadef42f7e6c3f192d059befbabf57c2fa9bc (patch) | |
tree | 86a681abf5cd5fca4436e02adc5bd27a21d90720 /sys/src/cmd/mothra/snoop.c | |
parent | ad84d289a2b4cb9e178396fcf3d0ba8f1bc22f56 (diff) |
mothra: handle email messages as plain text
Diffstat (limited to 'sys/src/cmd/mothra/snoop.c')
-rw-r--r-- | sys/src/cmd/mothra/snoop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/snoop.c b/sys/src/cmd/mothra/snoop.c index 97b3c1f6d..7df01acb6 100644 --- a/sys/src/cmd/mothra/snoop.c +++ b/sys/src/cmd/mothra/snoop.c @@ -109,6 +109,7 @@ snooptype(int fd) "image/", PAGE, "text/", PLAIN, + "message/rfc822", PLAIN, }; char buf[128]; int i; |