tm 7.88.
[elisp/tm.git] / tm-parse.el
index 01ae867..e5a390f 100644 (file)
@@ -3,8 +3,7 @@
 ;; Copyright (C) 1994,1995,1996 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version:
-;;     $Id: tm-parse.el,v 7.12 1996/09/14 08:51:36 morioka Exp $
+;; Version: $Id: tm-parse.el,v 7.13 1996/09/20 07:27:41 morioka Exp $
 ;; Keywords: mail, news, MIME, multimedia
 
 ;; This file is part of tm (Tools for MIME).
@@ -186,7 +185,9 @@ and return parsed it. [tm-parse.el]"
             (setq boundary (std11-strip-quoted-string (cdr boundary)))
             (mime/parse-multipart boundary ctype params encoding rcnum)
             )
-           ((string-equal ctype "message/rfc822")
+           ((or (string-equal ctype "message/rfc822")
+                (string-equal ctype "message/news")
+                )
             (goto-char (point-min))
             (mime::content-info/create rcnum
                                        (point-min) (point-max)